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 ce8ad7e commit 5bf282eCopy full SHA for 5bf282e
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: pnpm/action-setup@v4
35
with:
36
version: latest
37
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
38
39
node-version: ${{ matrix.node-version }}
40
cache: pnpm
.github/workflows/publish_release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
node-version: 22
31
registry-url: 'https://registry.npmjs.org'
0 commit comments