Skip to content

Commit

Permalink
fix pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Jan 8, 2025
1 parent 6239eab commit 8c41fbe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
with:
path: |
**/dist
.pnpm-store
key: ${{ runner.os }}-build-cache-${{ hashFiles('pnpm-lock.yaml', '**/src/**/*', 'package.json') }}
restore-keys: |
${{ runner.os }}-build-cache-
!**/node_modules
key: ${{ runner.os }}-build-cache-${{ hashFiles('package.json', 'pnpm-lock.yaml', '**/src/', '!**/node_modules', '!**/dist') }}

# Only setup & build if there was no build cache hit
- name: Use Node 18
Expand Down

0 comments on commit 8c41fbe

Please sign in to comment.