Skip to content

Commit f2bad31

Browse files
committed
Update node versions in test.
1 parent 4bb55db commit f2bad31

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [14.x, 12.x, 10.x]
28+
node-version: [16.x 14.x, 12.x]
2929
os: [ubuntu-latest, windows-latest]
3030

3131
steps:
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node-version: [14.x, 12.x, 10.x]
56+
node-version: [16.x 14.x, 12.x]
5757
os: [ubuntu-latest, windows-latest]
5858

5959
steps:
@@ -66,15 +66,15 @@ jobs:
6666
- name: Yarn Install
6767
run: yarn install --ignore-engines --frozen-lockfile
6868
- name: Integration Tests
69-
run: yarn workspace integration-tests test
69+
run: yarn workspace integration-tests test
7070

7171
test-packages:
7272
name: Test Packages
7373
runs-on: ${{ matrix.os }}
7474

7575
strategy:
7676
matrix:
77-
node-version: [14.x, 12.x, 10.x]
77+
node-version: [16.x 14.x, 12.x]
7878
os: [ubuntu-latest, windows-latest]
7979

8080
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"npm": false
4949
},
5050
"volta": {
51-
"node": "12.19.0",
51+
"node": "12.22.1",
5252
"yarn": "1.22.10"
5353
}
5454
}

test-packages/basic-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rsvp"
7070
],
7171
"engines": {
72-
"node": "10.* || >= 12"
72+
"node": "12.* || 14.* || >=16"
7373
},
7474
"ember": {
7575
"edition": "octane"

test-packages/custom-fastboot-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"qunit-dom": "^1.2.0"
6060
},
6161
"engines": {
62-
"node": "10.* || >= 12"
62+
"node": "12.* || 14.* || >=16"
6363
},
6464
"ember": {
6565
"edition": "octane"

test-packages/custom-sandbox-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"qunit-dom": "^1.2.0"
5353
},
5454
"engines": {
55-
"node": "10.* || >= 12"
55+
"node": "12.* || 14.* || >=16"
5656
},
5757
"ember": {
5858
"edition": "octane"

test-packages/example-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"qunit-dom": "^1.2.0"
5858
},
5959
"engines": {
60-
"node": "10.* || >= 12"
60+
"node": "12.* || 14.* || >=16"
6161
},
6262
"ember": {
6363
"edition": "octane"

test-packages/hot-swap-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"qunit-dom": "^1.2.0"
5353
},
5454
"engines": {
55-
"node": "10.* || >= 12"
55+
"node": "12.* || 14.* || >=16"
5656
},
5757
"ember": {
5858
"edition": "octane"

0 commit comments

Comments
 (0)