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 985c99d commit 7e5be0eCopy full SHA for 7e5be0e
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v5
23
24
- name: Setup Node.js
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: 24.11.0
28
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
run: npm install -g corepack@latest --force && corepack enable
29
30
31
32
33
cache: "pnpm"
0 commit comments