We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46651ac commit 3e4c222Copy full SHA for 3e4c222
.github/workflows/issue1143.yml
@@ -32,7 +32,7 @@ jobs:
32
node-version: 18
33
cache: 'pnpm'
34
- name: setup pnpm store config
35
- run: echo 'store-dir=${{ github.workspace }}/.pnpm-store' >> $HOME/.npmrc
+ run: pnpm config set store-dir=$PNPM_CACHE_FOLDER
36
37
- name: install dependencies
38
run: pnpm install --frozen-lockfile
0 commit comments