Commit 4447c90
fix: use custom npm cache directory on Windows
Avoid corrupted system npm cache by using a temporary cache directory
on Windows runners. This prevents ECOMPROMISED errors without needing
to clean the cache.
Co-Authored-By: Michael D'Angelo <michael@promptfoo.dev>1 parent 454c05a commit 4447c90
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments