Skip to content

Commit 3308efc

Browse files
committed
revert npm cache clean in GH action
1 parent 4feebeb commit 3308efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: node_modules
2323
key: modules-${{ hashFiles('package-lock.json') }}
2424
- name: Clear npm cache
25-
run: npm cache clean --force
25+
run: npm cache clean --force && rm -rf ~/.npm
2626
- name: npm install
2727
if: steps.cache-node-modules.outputs.cache-hit != 'true'
2828
run: npm install

0 commit comments

Comments
 (0)