Commit c26dfe6
committed
fix: remove npm cache cleaning to preserve native binaries
- Remove npm cache clean --force from workflow
- Cache cleaning can break optional native dependencies
- npm ci already provides clean dependency state
- Fixes rollup darwin-arm64 and other native binary issues1 parent 84699c5 commit c26dfe6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments