Skip to content

Commit

Permalink
feat(node-versions): dropped support for node versions v16 and v19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions v16 and v19 are no longer supported
  • Loading branch information
travi committed Jul 23, 2024
1 parent 5627210 commit 0760221
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 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.14.0
- 18.0.0
- 18
- 20
- 18.17.0
- 20.6.1
- 21
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup node
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.14 || >=18"
"node": "^18.17 || >=20.6.1"
},
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "form8ion/renovate-scaffolder",
Expand Down

0 comments on commit 0760221

Please sign in to comment.