chore: fix pnpm version

This commit is contained in:
2025-11-27 17:11:42 +08:00
parent 1368a57bf2
commit 5bb2fc8f78
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -23,6 +23,8 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with:
version: 10
- name: Install - name: Install
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
-1
View File
@@ -20,7 +20,6 @@
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
}, },
"packageManager": "pnpm@10.0.0+",
"devDependencies": { "devDependencies": {
"@types/node": "^24.10.1", "@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.48.0", "@typescript-eslint/eslint-plugin": "^8.48.0",