From 1ad1cd9402330365d629b0fecb150277fed8f945 Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Fri, 28 May 2021 13:18:46 +0200 Subject: [PATCH] Trying to increase Nodejs heap size --- .github/workflows/integrate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 456fd09abb..4897431f80 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -14,6 +14,8 @@ jobs: os: [ubuntu-latest, windows-latest] node: [12, 14] runs-on: ${{ matrix.os }} + env: + NODE_OPTIONS: "--max-old-space-size=2048" steps: - uses: actions/checkout@v2.3.4 - uses: actions/setup-node@v2.1.5