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 865f52f commit 9276bc5Copy full SHA for 9276bc5
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
21
- name: Setup pnpm
22
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
23
with:
24
run_install: false
25
.github/workflows/test-on-pr.yml
uses: actions/checkout@v4
- name: Install pnpm
0 commit comments