Commit 7d8d370
committed
ci: clear npm cache on Windows to prevent corruption
Windows GitHub Actions runners have a known issue with npm cache
corruption that causes 'ECOMPROMISED: Lock compromised' errors.
This adds a cache clean step before tests on Windows to work around
the issue. The step uses continue-on-error to ensure it doesn't fail
if the cache is already clean.1 parent 5ddb551 commit 7d8d370
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| |||
0 commit comments