File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 4848 "npm" : false
4949 },
5050 "volta" : {
51- "node" : " 12.19.0 " ,
51+ "node" : " 12.22.1 " ,
5252 "yarn" : " 1.22.10"
5353 }
5454}
Original file line number Diff line number Diff line change 6969 " rsvp"
7070 ],
7171 "engines" : {
72- "node" : " 10 .* || >= 12 "
72+ "node" : " 12 .* || 14.* || >=16 "
7373 },
7474 "ember" : {
7575 "edition" : " octane"
Original file line number Diff line number Diff line change 5959 "qunit-dom" : " ^1.2.0"
6060 },
6161 "engines" : {
62- "node" : " 10 .* || >= 12 "
62+ "node" : " 12 .* || 14.* || >=16 "
6363 },
6464 "ember" : {
6565 "edition" : " octane"
Original file line number Diff line number Diff line change 5252 "qunit-dom" : " ^1.2.0"
5353 },
5454 "engines" : {
55- "node" : " 10 .* || >= 12 "
55+ "node" : " 12 .* || 14.* || >=16 "
5656 },
5757 "ember" : {
5858 "edition" : " octane"
Original file line number Diff line number Diff line change 5757 "qunit-dom" : " ^1.2.0"
5858 },
5959 "engines" : {
60- "node" : " 10 .* || >= 12 "
60+ "node" : " 12 .* || 14.* || >=16 "
6161 },
6262 "ember" : {
6363 "edition" : " octane"
Original file line number Diff line number Diff line change 5252 "qunit-dom" : " ^1.2.0"
5353 },
5454 "engines" : {
55- "node" : " 10 .* || >= 12 "
55+ "node" : " 12 .* || 14.* || >=16 "
5656 },
5757 "ember" : {
5858 "edition" : " octane"
You can’t perform that action at this time.
0 commit comments