Skip to content

Commit

Permalink
feat(node-versions): raised the minimum required node version to v16.14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node v16.14 is now the minimum required version
  • Loading branch information
travi committed Jul 29, 2023
1 parent 38ddcb8 commit 99beae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
strategy:
matrix:
node:
- 14.18.0
- 16.13.0
- 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": "commonjs",
"engines": {
"node": "^14.18.0 || ^16.13.0 || >=18"
"node": "^16.14.0 || >=18"
},
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
"repository": "form8ion/github-workflows-core",
Expand Down

0 comments on commit 99beae3

Please sign in to comment.