Skip to content

Commit

Permalink
feat(node-versions): drop support for node v21
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the minimum supported node version is now v18.19.0 and v21 has been dropped
  • Loading branch information
travi committed Sep 23, 2024
1 parent 5a05d9e commit 59f8128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node:
- 18.17.0
- 18.19.0
- 20.6.1
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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": "^18.17.0 || >=20.6.1"
"node": "^18.19.0 || ^20.6.1 || >=22"
},
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "form8ion/utils-cli",
Expand Down

0 comments on commit 59f8128

Please sign in to comment.