We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94c617e + 10c2880 commit 81ac4eaCopy full SHA for 81ac4ea
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/package.json') }}
17
restore-keys: |
18
${{ runner.os }}-pnpm-
19
- - uses: pnpm/action-setup@v3.0.0
+ - uses: pnpm/action-setup@v4.0.0
20
with:
21
version: 6.9.1
22
- run: pnpm install --frozen-lockfile
0 commit comments