From d28855515a442908b5dcedfe145e83e183aa24db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Wed, 11 Nov 2020 21:28:08 +0100 Subject: [PATCH] increase max_old_space_size --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e18b8b1..23d643fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,6 +148,8 @@ jobs: - name: Try to build the packages id: build-packages run: yarn build:ci + env: + NODE_OPTIONS: --max_old_space_size=8192 - name: Send Slack notifications uses: act10ns/slack@v1