Skip to content

Commit 32d4e95

Browse files
committed
Clean cache for CI
1 parent a37f4d8 commit 32d4e95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
cache: npm
2222

2323
- name: Install dependencies
24-
run: npm ci --ignore-scripts
24+
run: |
25+
npm cache clean
26+
npm ci --ignore-scripts
2527
2628
- name: Check and lint formatting
2729
run: npm run check

0 commit comments

Comments
 (0)