Skip to content

Commit 67d6498

Browse files
author
Tim Roes
authored
Fix pnpm cache path (#22418)
1 parent 845670a commit 67d6498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache-build-artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
uses: actions/cache@v3
3636
with:
3737
path: |
38-
~/.pnpm-store
38+
~/.local/share/pnpm/store
3939
key: ${{ inputs.cache-key }}-pnpm-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
4040
restore-keys: |
4141
${{ inputs.cache-key }}-pnpm-${{ runner.os }}-

0 commit comments

Comments
 (0)