Skip to content

Commit

Permalink
checking cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjun Sanji committed Jul 1, 2024
1 parent 87f9641 commit 4e44202
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Cache node_modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Cache repository
Expand Down

0 comments on commit 4e44202

Please sign in to comment.