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
commands: |
cd $CI_WORKSPACE
npm install -g pnpm
npm install -g pnpm@9
rm -f pnpm-lock.yaml
pnpm install --no-frozen-lockfile
pnpm build