chore: 更新 Node 和 pnpm 的版本要求
将 Node 版本要求从 >=18 更新至 >=22,并将 pnpm 版本固定为 10.10.0
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user