We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5534f commit 174e873Copy full SHA for 174e873
.github/workflows/release.yml
@@ -44,6 +44,8 @@ jobs:
44
45
- name: Build
46
run: npm run build
47
+ env:
48
+ NODE_OPTIONS: '--max-old-space-size=4096'
49
50
- name: Package Windows ${{ matrix.arch }}
51
run: npx electron-builder --win --${{ matrix.arch }} -p never
@@ -94,6 +96,8 @@ jobs:
94
96
95
97
98
99
100
101
102
- name: Package macOS ${{ matrix.arch }}
103
run: npx electron-builder --mac --${{ matrix.arch }} -p never
@@ -143,6 +147,8 @@ jobs:
143
147
144
148
145
149
150
151
146
152
153
- name: Package Linux ${{ matrix.arch }}
154
run: npx electron-builder --linux --${{ matrix.arch }} -p never
0 commit comments