Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit c8d2608

Browse files
Alex Floriscasenadir
andauthored
Fix nightly builds (#10689)
Co-authored-by: Seghir Nadir <[email protected]>
1 parent 064ec47 commit c8d2608

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 0 * * *' # Run at 12 AM UTC.
66
workflow_dispatch:
77

8+
env:
9+
NODE_OPTIONS: --max-old-space-size=4096 # development build takes a lot of memory
10+
811
jobs:
912
build:
1013
name: Nightly builds

0 commit comments

Comments
 (0)