Skip to content

Commit 6e84c55

Browse files
committed
increasing heap size
1 parent b2b6e64 commit 6e84c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Get yarn cache directory path
4040
id: yarn-cache-dir-path
4141
run: echo "::set-output name=dir::$(yarn cache dir)"
42+
- name: increase heap size
43+
run: export NODE_OPTIONS="--max_old_space_size=4096"
4244
- uses: actions/cache@v2
4345
id: yarn-cache
4446
with:

0 commit comments

Comments
 (0)