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 44202a6 commit fd9bee7Copy full SHA for fd9bee7
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v6
17
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
18
with:
19
run_install: false
20
- uses: actions/setup-node@v6
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
node-version: 24
0 commit comments