Skip to content

Commit 935b172

Browse files
committed
chore!: remove Node.js 21.x from the range of supported versions
Node.js EOL was Jun 6, 2024 and is unsupported
1 parent 0ae3c3c commit 935b172

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
node:
4949
- 18
5050
- 20
51-
- 21
5251
- 22
5352
platform:
5453
- ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/nodejs/corepack.git"
1111
},
1212
"engines": {
13-
"node": "^18.17.1 || >=20.10.0"
13+
"node": "^18.17.1 || ^20.10.0 || >=22.0.0"
1414
},
1515
"exports": {
1616
"./package.json": "./package.json"

0 commit comments

Comments
 (0)