From 70470e4c81d4822a732c1c1756fc9799742c9473 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 0a718ff9..1db99aeb 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