Skip to content

Commit

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

BREAKING CHANGE: node v16.14 is now the minimum required version and v17 is no longer supported
  • Loading branch information
travi committed Jul 15, 2023
1 parent c27c124 commit d64e282
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,9 +18,8 @@ jobs:
strategy:
matrix:
node:
- 12.17.0
- 14
- 16
- 16.14.0
- 18.0.0
- 18
- 19
- 20
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 @@ -33,7 +33,7 @@
"templates/"
],
"engines": {
"node": ">=12.17"
"node": "^16.14 || >=18"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit d64e282

Please sign in to comment.