Skip to content

Commit 0be5a33

Browse files
committed
fix: remove package-lock.json from cleanup step to fix npm cache paths
1 parent d357d1b commit 0be5a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache-dependency-path: package-lock.json
4545
- name: Clean up
4646
run: |
47-
rm -rf node_modules package-lock.json
47+
rm -rf node_modules
4848
npm cache clean --force
4949
- name: Install node modules
5050
run: npm ci --no-audit --no-fund --progress=false

0 commit comments

Comments
 (0)