We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4c0e commit 4bcff3bCopy full SHA for 4bcff3b
1 file changed
.github/workflows/build-release.yml
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Build app
44
run: bun run build
45
+ env:
46
+ NODE_OPTIONS: --max-old-space-size=4096
47
48
- name: Package for macOS (unsigned)
49
run: bun run package:mac --config electron-builder.ci.yml --publish never
0 commit comments