Skip to content

Commit c3ea020

Browse files
authored
Merge pull request #133 from ember-cli-deploy/update-deps
Update node version requirements and dependencies
2 parents cd6f40a + 892553f commit c3ea020

File tree

3 files changed

+1147
-505
lines changed

3 files changed

+1147
-505
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x, 14.x, 16.x]
13+
node-version: [14.x, 16.x, 18.x, 20.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [12.x, 14.x, 16.x]
29+
node-version: [14.x, 16.x, 18.x, 20.x]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"release-it-lerna-changelog": "^3.1.0"
3636
},
3737
"engines": {
38-
"node": "12.* || 14.* || >= 16"
38+
"node": "14.* || 16.* || 18.* || >= 20"
3939
},
4040
"publishConfig": {
4141
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)