Skip to content

Commit 46651ac

Browse files
Update issue1143.yml
1 parent f74c180 commit 46651ac

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: pnpm config set store-dir $PNPM_CACHE_FOLDER
35+
run: echo 'store-dir=${{ github.workspace }}/.pnpm-store' >> $HOME/.npmrc
3636

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

0 commit comments

Comments
 (0)