Skip to content

Commit 3e88aa9

Browse files
committed
increase space size
1 parent 8688838 commit 3e88aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: yarn --frozen-lockfile
3838
- run: yarn lint
3939
env:
40-
NODE_OPTIONS: "--max_old_space_size=4096"
40+
NODE_OPTIONS: "--max_old_space_size=8192"
4141
- run: yarn format
4242
- name: check generated code is up to date
4343
run: git diff --exit-code

0 commit comments

Comments
 (0)