Skip to content

Commit 9af8957

Browse files
committed
ci: 修正 dev 脚本
1 parent 63b33c1 commit 9af8957

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ jobs:
2020
uses: actions/setup-node@v6
2121
with:
2222
node-version: '24.10.0'
23-
cache: pnpm
2423

2524
- name: Git SSH fix
2625
run: |
2726
git config --global url."https://github.com/".insteadOf git@github.com:
2827
git config --global url."https://".insteadOf git://
28+
29+
- name: Install pnpm
30+
uses: pnpm/action-setup@v6
31+
with:
32+
cache: true
2933

3034
- name: Install Dependencies
3135
run: pnpm install

0 commit comments

Comments
 (0)