Skip to content

Commit 3e4c222

Browse files
Update issue1143.yml
1 parent 46651ac commit 3e4c222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue1143.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 18
3333
cache: 'pnpm'
3434
- name: setup pnpm store config
35-
run: echo 'store-dir=${{ github.workspace }}/.pnpm-store' >> $HOME/.npmrc
35+
run: pnpm config set store-dir=$PNPM_CACHE_FOLDER
3636

3737
- name: install dependencies
3838
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)