fix: engines ^22.18.0 || >=24.0.0 — exclude EOL Node 23

This commit is contained in:
imccyu
2026-07-06 13:45:13 +08:00
parent 1c2823c73d
commit 393da2b983
7 changed files with 14 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"packageManager": "pnpm@11.7.0",
"engines": {
"node": ">=22.18"
"node": "^22.18.0 || >=24.0.0"
},
"workspaces": [
"vendor/*",