We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebff1f commit edf19e6Copy full SHA for edf19e6
.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: 24.11.1
47
cache: "pnpm"
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments