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 support for v21 has been
dropped
  • Loading branch information
travi committed Nov 17, 2024
1 parent 31cfb58 commit d21255a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
strategy:
matrix:
node:
- 18.17.0
- 18.19.0
- 20.6.1
- 22.0.0
- 22
- 23
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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": "^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/lift",
Expand Down

0 comments on commit d21255a

Please sign in to comment.