From cad76ff3782ce78c5aba2015655bbb0b0f314e76 Mon Sep 17 00:00:00 2001 From: Yura Bondarenko Date: Tue, 22 Mar 2022 10:21:44 +0100 Subject: [PATCH] 87968: Increase Node --max_old_space_size --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 539fd740ee..fd6c3ad90e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: # When Chrome version is specified, we pin to a specific version of Chrome # Comment this out to use the latest release #CHROME_VERSION: "90.0.4430.212-1" + NODE_OPTIONS: "--max_old_space_size=4096" strategy: # Create a matrix of Node versions to test against (in parallel) matrix: