Skip to content

Commit e642d1b

Browse files
ci: increase Node heap limit for builds (#820)
1 parent 2294bad commit e642d1b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-sponsored.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
build-sponsored:
88
name: Build Sponsored for ${{ matrix.os }}
99
runs-on: ${{ matrix.os }}
10+
env:
11+
NODE_OPTIONS: --max-old-space-size=4096
1012
strategy:
1113
matrix:
1214
include:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
build:
1616
name: Build for ${{ matrix.os }}
1717
runs-on: ${{ matrix.os }}
18+
env:
19+
NODE_OPTIONS: --max-old-space-size=4096
1820
strategy:
1921
matrix:
2022
include:

0 commit comments

Comments
 (0)