Commit ab308c8
Fix GitHub Actions memory issue
- Split build steps for better error visibility
- Add npm caching for faster builds
- Use npm ci for reproducible installs
- Increase Node.js heap size to 4GB with NODE_OPTIONS
- This should fix exit code 134 (out of memory) error
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent d99a514 commit ab308c8
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments