Skip to content

Commit 91e543c

Browse files
author
Andy O'Neill
committed
ci: increase npm memory for signed dist
1 parent 2e6621b commit 91e543c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ commands:
203203
WIN_CSC_LINK: ~/codesign.pfx
204204
# blank CIRCLE_BUILD_NUM to work around electron-userland/electron-builder#5016
205205
CIRCLE_BUILD_NUM: ""
206+
# increased Node memory needed for macOS build
207+
NODE_OPTIONS: --max-old-space-size=4096
206208
- unless:
207209
condition:
208210
*should_sign

0 commit comments

Comments
 (0)