Skip to content

Commit a2a7b07

Browse files
committed
fix: explicitly drop node 23 support
1 parent 91c3a9d commit a2a7b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"engines": {
42-
"node": ">=22.18.0"
42+
"node": "^22.18.0 || >=24.0.0"
4343
},
4444
"scripts": {
4545
"lint": "eslint --cache .",

0 commit comments

Comments
 (0)