Skip to content

Commit

Permalink
try clearing the npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 29, 2024
1 parent 2276c26 commit 4feebeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lintBuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
path: node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- name: Clear npm cache
run: npm cache clean --force
- name: npm install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install
Expand Down

0 comments on commit 4feebeb

Please sign in to comment.