We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294bad commit e642d1bCopy full SHA for e642d1b
2 files changed
.github/workflows/build-sponsored.yml
@@ -7,6 +7,8 @@ jobs:
7
build-sponsored:
8
name: Build Sponsored for ${{ matrix.os }}
9
runs-on: ${{ matrix.os }}
10
+ env:
11
+ NODE_OPTIONS: --max-old-space-size=4096
12
strategy:
13
matrix:
14
include:
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
build:
16
name: Build for ${{ matrix.os }}
17
18
19
20
21
22
0 commit comments