Skip to content

Commit c4db206

Browse files
committed
drop support for node 14
1 parent 82e01ba commit c4db206

File tree

5 files changed

+5034
-1950
lines changed

5 files changed

+5034
-1950
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:

0 commit comments

Comments
 (0)