fix: 统一pnpm版本解决lockfile兼容性问题

This commit is contained in:
sean
2025-06-01 14:36:48 +08:00
parent cc871d3746
commit 5c924dfb5b
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 10
- name: Setup Node.js
uses: actions/setup-node@v4