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

将 Node 版本要求从 >=18 更新至 >=22,并将 pnpm 版本固定为 10.10.0
This commit is contained in:
feige996
2025-08-18 14:49:01 +08:00
parent 7689261546
commit ec633132df

View File

@@ -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",