File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/ember-cli-fastboot Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525
2626 strategy :
2727 matrix :
28- node-version : [14 .x, 12 .x]
28+ node-version : [16 .x, 14 .x]
2929 os : [ubuntu-latest, windows-latest]
3030
3131 steps :
5454
5555 strategy :
5656 matrix :
57- node-version : [14 .x, 12 .x]
57+ node-version : [16 .x, 14 .x]
5858 os : [ubuntu-latest, windows-latest]
5959
6060 steps :
7676
7777 strategy :
7878 matrix :
79- node-version : [14 .x, 12 .x]
79+ node-version : [16 .x, 14 .x]
8080 os : [ubuntu-latest, windows-latest]
8181
8282 steps :
@@ -103,7 +103,7 @@ jobs:
103103 strategy :
104104 fail-fast : false
105105 matrix :
106- node-version : [14 .x, 12 .x]
106+ node-version : [16 .x, 14 .x]
107107
108108 steps :
109109 - name : Checkout Code
Original file line number Diff line number Diff line change 5858 "npm" : false
5959 },
6060 "volta" : {
61- "node" : " 14.17.3 " ,
62- "yarn" : " 1.22.10 "
61+ "node" : " 16.18.1 " ,
62+ "yarn" : " 1.22.19 "
6363 }
6464}
Original file line number Diff line number Diff line change 101101 "webpack" : " ^5.58.1"
102102 },
103103 "engines" : {
104- "node" : " 12 .* || 14 .* || >=16 "
104+ "node" : " 14 .* || 16 .* || >=18 "
105105 },
106106 "publishConfig" : {
107107 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments