We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5b4c2 commit 6294ec3Copy full SHA for 6294ec3
.github/workflows/distribute-grain.yml
@@ -18,6 +18,8 @@ on:
18
jobs:
19
distribute-grain:
20
runs-on: ubuntu-latest
21
+ env:
22
+ NODE_OPTIONS: --max_old_space_size=8192
23
steps:
24
- uses: actions/checkout@v2
25
with:
0 commit comments