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 4dbd95f commit 40c4dd3Copy full SHA for 40c4dd3
.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