Skip to content

Commit

Permalink
Merge pull request #511 from ember-codemods/drop-node-14
Browse files Browse the repository at this point in the history
drop support for node < 16
  • Loading branch information
mansona committed Dec 5, 2023
2 parents 1f8aa4f + e545dd4 commit 827308d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"release-it-lerna-changelog": "^5.0.0"
},
"engines": {
"node": "10.* || >=12.*"
"node": "16.* || 18.* || >=20.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 827308d

Please sign in to comment.