bigger heap for chromatic

This commit is contained in:
Jon McClure 2023-08-01 21:14:07 +01:00
parent fd8fc9d5af
commit 7fcc859e48

View file

@ -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