File tree 8 files changed +16
-0
lines changed
8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 17
17
run : |
18
18
sudo apt-get update
19
19
sudo apt-get install google-chrome-stable
20
+ - name : Bump Node memory limit
21
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
20
22
- name : Test setup and yarn install
21
23
run : |
22
24
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 21
21
run : |
22
22
sudo apt-get update
23
23
sudo apt-get install google-chrome-stable
24
+ - name : Bump Node memory limit
25
+ run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
24
26
- name : Test setup and yarn install
25
27
run : |
26
28
cp config/ci.config.json config/project.json
You can’t perform that action at this time.
0 commit comments