We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e73670 commit af11ea1Copy full SHA for af11ea1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: 14
+ node-version: 16
20
cache: 'npm'
21
22
- run: npm ci
@@ -32,7 +32,6 @@ jobs:
32
- ubuntu-latest
33
- macos-latest
34
node:
35
- - 14
36
- 16
37
- 18
38
- 20
@@ -75,7 +74,7 @@ jobs:
75
74
76
77
78
79
80
81
- uses: kellyselden/ember-cli-update-action@v5
package.json
@@ -74,7 +74,7 @@
"yargs-help-output": "^2.0.0"
},
"engines": {
- "node": ">=14.15"
+ "node": ">=16"
"release-it": {
"plugins": {
0 commit comments