Skip to content

Commit

Permalink
feat(node-versions): raised the minimum required version to v16.14 an…
Browse files Browse the repository at this point in the history
…d dropped v17 support

BREAKING CHANGE: node v16.14 is now the minimum supported version and v17 support has been dropped
  • Loading branch information
travi committed Aug 13, 2023
1 parent f790e28 commit 5e5a85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
strategy:
matrix:
node:
- 16.0.0
- 16
- 16.14.0
- 18.0.0
- 18
- 19
- 20
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0-semantically-released",
"type": "module",
"engines": {
"node": ">=16"
"node": "^16.14 || >=18"
},
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"repository": "form8ion/mocha-scaffolder",
Expand Down

0 comments on commit 5e5a85f

Please sign in to comment.