Skip to content

Commit

Permalink
chore!: remove Node.js 21.x from the range of supported versions
Browse files Browse the repository at this point in the history
Node.js EOL was Jun 6, 2024 and is unsupported
  • Loading branch information
MikeMcC399 committed Jan 14, 2025
1 parent 0ae3c3c commit 935b172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
node:
- 18
- 20
- 21
- 22
platform:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/nodejs/corepack.git"
},
"engines": {
"node": "^18.17.1 || >=20.10.0"
"node": "^18.17.1 || ^20.10.0 || >=22.0.0"
},
"exports": {
"./package.json": "./package.json"
Expand Down

0 comments on commit 935b172

Please sign in to comment.