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.
2 parents 9db1c16 + 0a1479f commit 1250ea5Copy full SHA for 1250ea5
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run_install: false
21
22
- name: Setup Node.js
23
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
24
with:
25
node-version: 22
26
registry-url: 'https://registry.npmjs.org/'
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
27
28
node-version: '22'
29
cache: 'pnpm'
0 commit comments