Skip to content

Commit

Permalink
revert npm cache clean in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 29, 2024
1 parent 4feebeb commit 3308efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lintBuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- name: Clear npm cache
run: npm cache clean --force
run: npm cache clean --force && rm -rf ~/.npm
- name: npm install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install
Expand Down

0 comments on commit 3308efc

Please sign in to comment.