Skip to content

Commit 0816aa2

Browse files
committed
try to increase node memory
1 parent 835a013 commit 0816aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass, or rollback the installed Chrome version if tests fail."
2828
artifactRetentionDays: 14
2929
# Bump Node memory limit
30-
NODE_OPTIONS: "--max_old_space_size=4096"
30+
NODE_OPTIONS: "--max_old_space_size=8192"
3131

3232
jobs:
3333
build:

0 commit comments

Comments
 (0)