We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d33684 commit 330ec9cCopy full SHA for 330ec9c
1 file changed
.github/workflows/release.yaml
@@ -20,17 +20,17 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
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"
+ fetch-depth: 0
+ persist-credentials: false
31
32
- name: Setup pnpm
33
uses: pnpm/action-setup@v4
+ with:
+ version: "10.30.3"
+ run_install: false
+
+ - name: Setup Node.js
+ uses: actions/setup-node@v6
34
35
node-version: "24"
36
cache: "pnpm"
0 commit comments