From d78126801992cf62f70d948abad8ba6914feabe9 Mon Sep 17 00:00:00 2001 From: Aine Date: Sat, 5 Apr 2025 21:14:02 +0300 Subject: [PATCH] set --max-old-space-size in CI --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4c12eb5..56329f2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,6 +24,8 @@ jobs: node-version: lts/* cache: yarn - name: Install dependencies + env: + NODE_OPTIONS: --max-old-space-size=2048 run: yarn install --immutable --network-timeout=300000 - name: Build run: yarn build --base=${{ env.base_path }}