From 98afed34f1109db2737dae7c2dab2516de3855d3 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Fri, 1 Jul 2022 20:04:36 +0000 Subject: [PATCH] increase node heap to 4096 during the Format Code workflow (#3796) --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7478ea6b9..0645326f6 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,6 +8,8 @@ on: jobs: format: runs-on: ubuntu-latest + env: + NODE_OPTIONS: "--max_old_space_size=4096" steps: - name: Check out code using Git uses: actions/checkout@v3