We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8688838 commit 3e88aa9Copy full SHA for 3e88aa9
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: yarn --frozen-lockfile
38
- run: yarn lint
39
env:
40
- NODE_OPTIONS: "--max_old_space_size=4096"
+ NODE_OPTIONS: "--max_old_space_size=8192"
41
- run: yarn format
42
- name: check generated code is up to date
43
run: git diff --exit-code
0 commit comments