Skip to content

Commit 4eefb93

Browse files
committed
ci: increase memory for node
1 parent ff83392 commit 4eefb93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
if: runner.os != 'Linux'
3838
env:
3939
TEST_BROWSERS: ChromeHeadless
40+
NODE_OPTIONS: '--max_old_space_size=4096'
4041
run: npm run all
4142
- name: Upload coverage
4243
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)