Commit 2caef9d
committed
fix: use Node.js script for cross-platform node_modules cleanup
- Replace shell commands with Node.js fs.rmSync for platform compatibility
- Works on Windows, Linux, and macOS without shell differences
- Removes node_modules directory reliably across all GitHub Actions runners1 parent 2d5999d commit 2caef9d
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 36 | + | |
44 | 37 | | |
45 | 38 | | |
46 | 39 | | |
| |||
0 commit comments