From c06207ecd26ea9b7c342e896b3649f1bd037820b Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 1 Feb 2021 16:40:55 -0500 Subject: [PATCH] Increase heap memory for JS job --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0a718ff9e..1db99aeb5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -58,6 +58,8 @@ jobs: js: name: Build JS bundle runs-on: ubuntu-latest + env: + NODE_OPTIONS: '--max_old_space_size=4096' steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1