Skip to content

Commit

Permalink
Remove caching of node_modules on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Jan 22, 2024
1 parent fcff4fa commit 838f9d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ jobs:
check-latest: true
cache: npm

- name: Cache Node modules
id: cache-node-modules
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci

- name: Run tests
Expand Down

0 comments on commit 838f9d4

Please sign in to comment.