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 c6fae4b commit 11b80b9Copy full SHA for 11b80b9
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
27
restore-keys: |
28
${{ runner.os }}-
29
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v3
30
with:
31
version: 9.0.5
32
run_install: true
0 commit comments