Skip to content

Commit 7d1ce8b

Browse files
committed
chore: 更新一下pnpm顺序
1 parent 637afac commit 7d1ce8b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sync-uuid.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636

37+
- uses: pnpm/action-setup@v4
38+
with:
39+
version: 9
40+
3741
- uses: actions/setup-node@v4
3842
with:
3943
node-version: 20
4044
cache: "pnpm" # 顺便启用 pnpm 缓存,加速
4145

42-
- uses: pnpm/action-setup@v4
43-
with:
44-
version: 9
45-
4646
- name: Install deps
4747
run: pnpm install --frozen-lockfile
4848

0 commit comments

Comments
 (0)