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 e602b7f commit ff9a9a6Copy full SHA for ff9a9a6
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: pnpm/action-setup@v3
32
with:
33
version: 10.14.0
34
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
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