mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(ci): pass max_old_space_size to build step
This commit is contained in:
parent
2ca12663c4
commit
d64ffea83d
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
run: yarn run audit
|
||||
- name: build
|
||||
run: yarn test:fixtures -i
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
- name: lint app
|
||||
run: yarn lint:app
|
||||
- name: test dev
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -141,6 +141,9 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
node: [10, 12]
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user