Skip to content

Commit af11ea1

Browse files
committed
Remove Node 14 support
1 parent 9e73670 commit af11ea1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 14
19+
node-version: 16
2020
cache: 'npm'
2121

2222
- run: npm ci
@@ -32,7 +32,6 @@ jobs:
3232
- ubuntu-latest
3333
- macos-latest
3434
node:
35-
- 14
3635
- 16
3736
- 18
3837
- 20
@@ -75,7 +74,7 @@ jobs:
7574

7675
- uses: actions/setup-node@v3
7776
with:
78-
node-version: 14
77+
node-version: 16
7978
cache: 'npm'
8079

8180
- uses: kellyselden/ember-cli-update-action@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"yargs-help-output": "^2.0.0"
7575
},
7676
"engines": {
77-
"node": ">=14.15"
77+
"node": ">=16"
7878
},
7979
"release-it": {
8080
"plugins": {

0 commit comments

Comments
 (0)