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 3e8b2d6 commit f74b4adCopy full SHA for f74b4ad
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: pnpm/action-setup@v3
32
with:
33
version: 10.18.3
34
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
35
36
node-version: ${{ matrix.node-version }}
37
cache: 'pnpm'
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
node-version: 'lts/*'
24
registry-url: 'https://registry.npmjs.org'
0 commit comments