We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf4371 commit 9e5b4c2Copy full SHA for 9e5b4c2
.github/workflows/generate-instance-main.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
generate-instance-main:
11
runs-on: ubuntu-latest
12
+ env:
13
+ NODE_OPTIONS: --max_old_space_size=8192
14
steps:
15
- uses: actions/checkout@v2
16
with:
0 commit comments