Skip to content

Commit 0d4a8a7

Browse files
committed
increase space on ci
1 parent fa3c12a commit 0d4a8a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: 18.x
1616
- run: yarn --frozen-lockfile
1717
- run: yarn test
18+
env:
19+
NODE_OPTIONS: "--max_old_space_size=8192"
1820
- name: Coveralls
1921
uses: coverallsapp/github-action@v1.1.2
2022
with:
@@ -38,3 +40,5 @@ jobs:
3840
- uses: bufbuild/buf-setup-action@v1
3941
- run: yarn --frozen-lockfile
4042
- run: yarn test:e2e
43+
env:
44+
NODE_OPTIONS: "--max_old_space_size=8192"

0 commit comments

Comments
 (0)