Skip to content

Commit 1e2561b

Browse files
committed
Increase node memory limit to 16Mb
1 parent e07a6a1 commit 1e2561b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-changed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ name: Test Modified Packages
1717
on: pull_request
1818

1919
env:
20-
# Bump Node memory limit
21-
NODE_OPTIONS: "--max_old_space_size=4096"
20+
# Bump Node memory limit to 16Mb
21+
NODE_OPTIONS: "--max_old_space_size=16384"
2222

2323
jobs:
2424
test-chrome:

0 commit comments

Comments
 (0)