chore(ci, release): update pnpm action to v4 and version to 9 in CI and release workflows

- Upgraded pnpm/action-setup from v2 to v4 in both CI and release workflows.
- Updated pnpm version from 8 to 9 to ensure compatibility with the latest features and improvements.
This commit is contained in:
Haze
2026-02-06 05:33:40 +08:00
Unverified
parent fc511826a1
commit b576cd2e1b
2 changed files with 10 additions and 10 deletions

View File

@@ -42,9 +42,9 @@ jobs:
node-version: '20'
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Get pnpm store directory
shell: bash