Skip to content

Commit a3e9895

Browse files
committed
drop support for node 14
1 parent fa2f125 commit a3e9895

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/ci.yml

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

2525
- run: npm ci
@@ -35,7 +35,6 @@ jobs:
3535
- ubuntu-latest
3636
- macos-latest
3737
node:
38-
- 14
3938
- 16
4039
- 18
4140
- 20
@@ -78,7 +77,7 @@ jobs:
7877

7978
- uses: actions/setup-node@v3
8079
with:
81-
node-version: 14
80+
node-version: 16
8281
cache: 'npm'
8382

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- run: npm publish

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- nodejs_version: "14"
3+
- nodejs_version: "16"
44
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"
55

66
branches:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/ember-cli/ember-cli-update#readme",
3333
"engines": {
34-
"node": ">=14.15"
34+
"node": ">=16"
3535
},
3636
"files": [
3737
"bin",

0 commit comments

Comments
 (0)