Skip to content

Commit 548f650

Browse files
committed
set max_old_space_size on CI
1 parent 2d914eb commit 548f650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
node-version: 14.x
3636
- run: yarn --frozen-lockfile
3737
- run: yarn lint
38+
env:
39+
NODE_OPTIONS: "--max_old_space_size=4096"
3840
- run: yarn format
3941
- name: check generated code is up to date
4042
run: git diff --exit-code

0 commit comments

Comments
 (0)