fix: 使用 pnpm@7 匹配项目要求

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
电摇小子
2026-06-01 10:39:23 +08:00
co-authored by Claude Opus 4.7
parent 67d86f7834
commit 9cd6061c0f
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm@9
run: npm install -g pnpm@7
- name: Install Dependencies
run: pnpm install