chore: 移除pnpm版本上限限制

This commit is contained in:
feige996
2025-09-08 16:48:10 +08:00
parent e9a3d70823
commit 8c00ef6002

View File

@@ -22,7 +22,7 @@
},
"engines": {
"node": ">=22",
"pnpm": ">=9 <=10.12"
"pnpm": ">=9"
},
"scripts": {
"preinstall": "npx only-allow pnpm",