Skip to content

Commit 397a364

Browse files
committed
more heap space
1 parent 6e84c55 commit 397a364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: yarn-cache-dir-path
4141
run: echo "::set-output name=dir::$(yarn cache dir)"
4242
- name: increase heap size
43-
run: export NODE_OPTIONS="--max_old_space_size=4096"
43+
run: export NODE_OPTIONS="--max_old_space_size=20480"
4444
- uses: actions/cache@v2
4545
id: yarn-cache
4646
with:

0 commit comments

Comments
 (0)