Skip to content

Commit ee78fa6

Browse files
committed
Bump node memory limit
1 parent 98df69e commit ee78fa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-changed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: 10.x
20+
- name: Bump Node memory limit
21+
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
2022
- name: install Chrome stable
2123
run: |
2224
sudo apt-get update

0 commit comments

Comments
 (0)