chore(ci): pass max_old_space_size to build step

This commit is contained in:
Pooya Parsa 2020-01-31 15:28:27 +01:00
parent 2ca12663c4
commit d64ffea83d
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
run: yarn run audit run: yarn run audit
- name: build - name: build
run: yarn test:fixtures -i run: yarn test:fixtures -i
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- name: lint app - name: lint app
run: yarn lint:app run: yarn lint:app
- name: test dev - name: test dev

View File

@ -141,6 +141,9 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
node: [10, 12] node: [10, 12]
env:
NODE_OPTIONS: "--max_old_space_size=4096"
steps: steps:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with: