Skip to content

Commit

Permalink
chore: fix pnpm cache saving (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Oct 9, 2024
1 parent 8453735 commit e25fcf7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/build-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ runs:
${{ runner.os }}-maven-
- name: Restore pnpm Cache
id: cache-pnpm
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: |
~/.pnpm-store
node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-

0 comments on commit e25fcf7

Please sign in to comment.