Skip to content

Commit bc9fd78

Browse files
author
SoftOSDev
committed
actions
1 parent 2fb53fd commit bc9fd78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
- name: Setup pnpm
3333
uses: pnpm/action-setup@v3
3434
with:
35-
version: 9 # 或 latest
35+
version: 9
36+
37+
# ✅ 关键:验证 pnpm 是否安装成功
38+
- name: Check pnpm version
39+
run: pnpm --version
3640

3741
- name: Install dependencies
3842
run: pnpm install

0 commit comments

Comments
 (0)