Skip to content

Commit 4bcff3b

Browse files
committed
fix(ci): increase Node heap size to fix OOM during build
1 parent 5ab4c0e commit 4bcff3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: Build app
4444
run: bun run build
45+
env:
46+
NODE_OPTIONS: --max-old-space-size=4096
4547

4648
- name: Package for macOS (unsigned)
4749
run: bun run package:mac --config electron-builder.ci.yml --publish never

0 commit comments

Comments
 (0)