bigger heap for chromatic
This commit is contained in:
parent
fd8fc9d5af
commit
7fcc859e48
1 changed files with 2 additions and 0 deletions
2
.github/workflows/chromatic.yaml
vendored
2
.github/workflows/chromatic.yaml
vendored
|
|
@ -5,6 +5,8 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
chromatic-deployment:
|
chromatic-deployment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--max_old_space_size=4096'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue