Skip to content

Commit

Permalink
Fix pnpm cache path (#22418)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Feb 6, 2023
1 parent 845670a commit 67d6498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache-build-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
uses: actions/cache@v3
with:
path: |
~/.pnpm-store
~/.local/share/pnpm/store
key: ${{ inputs.cache-key }}-pnpm-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ inputs.cache-key }}-pnpm-${{ runner.os }}-
Expand Down

0 comments on commit 67d6498

Please sign in to comment.