fix: use pnpm@9 in CI to avoid pnpm v10 build-approval and release-age checks
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
kkfluous
2026-06-05 16:31:57 +08:00
parent 094228d29a
commit c48afe22f5
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ steps:
- main - main
commands: | commands: |
cd $CI_WORKSPACE cd $CI_WORKSPACE
npm install -g pnpm npm install -g pnpm@9
rm -f pnpm-lock.yaml rm -f pnpm-lock.yaml
pnpm install --no-frozen-lockfile pnpm install --no-frozen-lockfile
pnpm build pnpm build

View File

@@ -31,8 +31,5 @@
"typescript": "~5.8.2", "typescript": "~5.8.2",
"vite": "^6.2.3", "vite": "^6.2.3",
"@types/express": "^4.17.21" "@types/express": "^4.17.21"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "protobufjs"]
} }
} }