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