Skip to content

Commit beaf6c2

Browse files
committed
Add --max-old-space-size for macOS
1 parent c75e6f8 commit beaf6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/electron-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
APPLE_ID: ${{ secrets.APPLE_ID }}
4343
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
4444
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
45+
NODE_OPTIONS: --max-old-space-size=4096
4546
- name: Build Linux
4647
if: ${{ matrix.os == 'ubuntu-latest'}}
4748
run: |

0 commit comments

Comments
 (0)