Skip to content

Commit 330ec9c

Browse files
committed
feat: improve release ci, add pnpm
1 parent 9d33684 commit 330ec9c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222
with:
23-
version: 10
24-
run_install: false
25-
26-
- name: Set up Node.js
27-
uses: actions/setup-node@v6
28-
with:
29-
node-version: "24"
30-
cache: "pnpm"
23+
fetch-depth: 0
24+
persist-credentials: false
3125

3226
- name: Setup pnpm
3327
uses: pnpm/action-setup@v4
28+
with:
29+
version: "10.30.3"
30+
run_install: false
31+
32+
- name: Setup Node.js
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: "24"
3636
cache: "pnpm"

0 commit comments

Comments
 (0)