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