increase node heap to 4096 during the Format Code workflow (#3796)

This commit is contained in:
Tony Sullivan 2022-07-01 20:04:36 +00:00 committed by GitHub
parent d143d24c72
commit 98afed34f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ on:
jobs: jobs:
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max_old_space_size=4096"
steps: steps:
- name: Check out code using Git - name: Check out code using Git
uses: actions/checkout@v3 uses: actions/checkout@v3