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 ab3a363 commit 52b7eddCopy full SHA for 52b7edd
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v6
16
- name: Setup pnpm
17
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
18
- name: Setup Node.js
19
uses: actions/setup-node@v6
20
with:
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
token: ${{ secrets.PAT }}
24
25
26
27
28
0 commit comments