Skip to content

Commit

Permalink
updated restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjun Sanji committed Jun 30, 2024
1 parent 8e6f5ea commit 87f9641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-modules-
${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Cache repository
Expand All @@ -30,7 +30,7 @@ jobs:
path: .
key: ${{ runner.os }}-repo-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-repo-
${{ runner.os }}-repo-${{ hashFiles('**/package-lock.json') }}
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87f9641

Please sign in to comment.