Skip to content

Commit 9e8e47c

Browse files
committed
Fabrica/Ember v5.x - Upgrade supporting software. (github workflows must use node 20.18)
1 parent 50d6ad1 commit 9e8e47c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '20'
16+
node-version: '>=20.18'
1717

1818
- name: Get yarn cache directory path
1919
id: yarn-cache-dir-path

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: '20'
25+
node-version: '>=20.18'
2626
cache: yarn
2727
- name: Install Dependencies
2828
run: yarn install --frozen-lockfile
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Node
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: '20'
42+
node-version: '>=20.18'
4343
cache: yarn
4444
- name: Install Dependencies
4545
run: yarn install --frozen-lockfile

.github/workflows/cypress_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '20'
15+
node-version: '>=20.18'
1616

1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path

.github/workflows/ember_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '20'
13+
node-version: '>=20.18'
1414

1515
- name: Get yarn cache directory path
1616
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)