From dc5f07c84aab256fbf1816204d984ebb4aa7ffac Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Fri, 14 Apr 2023 13:40:20 +0100 Subject: [PATCH] adds node options to get around javascript heap issues.. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a19bdd19..f116430c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + env: + NODE_OPTIONS: '--max_old_space_size=4096' # Restricts release to: # 1) pushes of release tags # 2) the default branch