Skip to content

Commit 827308d

Browse files
authored
Merge pull request #511 from ember-codemods/drop-node-14
drop support for node < 16
2 parents 1f8aa4f + e545dd4 commit 827308d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14.x, 16.x, 18.x]
17+
node-version: [16.x, 18.x, 20.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"release-it-lerna-changelog": "^5.0.0"
5454
},
5555
"engines": {
56-
"node": "10.* || >=12.*"
56+
"node": "16.* || 18.* || >=20.*"
5757
},
5858
"publishConfig": {
5959
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)