Skip to content

Commit

Permalink
shared cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 4, 2024
1 parent b6c2789 commit 47c1063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node2-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node2-
${{ runner.os }}-node-
- name: Install dependencies
run: npm install --ignore-scripts --verbose
Expand Down

0 comments on commit 47c1063

Please sign in to comment.