feat: node engines limit change

This commit is contained in:
rendianmeng
2026-07-21 13:55:38 +08:00
parent 1f91fa42fa
commit 3b779a708d
18 changed files with 46 additions and 44 deletions
+1 -1
View File
@@ -51,6 +51,6 @@
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.12.0"
"node": ">=18.17.0"
}
}