Skip to content

Commit 1cdafdd

Browse files
committed
drop node 21
1 parent d607eec commit 1cdafdd

4 files changed

Lines changed: 4 additions & 26 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
strategy:
4646
matrix:
4747
node_version:
48-
- 21
4948
- 22
5049
- 23
5150
- 24

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test coverage
22

3-
VERSIONS = 20 21 22 23 24 25
3+
VERSIONS = 20 22 23 24 25
44

55
nvm:
66
@. ${NVM_DIR}/nvm.sh && nvm $(CMD)

package-lock.json

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"rolldown": "^1.0.0-rc.1"
3434
},
3535
"engines": {
36-
"node": ">=20.20.0"
36+
"node": "^20.20.0 || >= 22.22.0"
3737
},
3838
"files": [
3939
"benchmark.js",

0 commit comments

Comments
 (0)