Explorar el Código

chore: 更新 Node 和 pnpm 的版本要求

将 Node 版本要求从 >=18 更新至 >=22,并将 pnpm 版本固定为 10.10.0
feige996 hace 8 meses
padre
commit
ec633132df
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -21,8 +21,8 @@
     "url-old": "https://github.com/codercup/unibest/issues"
   },
   "engines": {
-    "node": ">=18",
-    "pnpm": ">=7.30"
+    "node": ">=22",
+    "pnpm": "10.10.0"
   },
   "scripts": {
     "preinstall": "npx only-allow pnpm",