We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0f13e commit 63cae6bCopy full SHA for 63cae6b
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
31
restore-keys: |
32
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
33
- - uses: pnpm/action-setup@v2.2.4
+ - uses: pnpm/action-setup@v2.3.0
34
with:
35
version: latest
36
run_install: true
0 commit comments