Skip to content

Commit

Permalink
disable npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 8, 2024
1 parent 274bc2c commit 406be59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package.json'
# cache: 'npm'
# cache-dependency-path: '**/package.json'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 406be59

Please sign in to comment.