We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44eff6a commit 6f26880Copy full SHA for 6f26880
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: npm i -g corepack@latest --force && corepack enable
42
43
- name: Setup Node.js
44
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
45
with:
46
node-version: 20.19.6
47
cache: "pnpm"
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments