From d9607613ae39bc35b316570248aa5aad10fe1727 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 26 Aug 2023 16:35:20 +0200 Subject: [PATCH] chore(ci): increased memory in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5a9b6a..611b7e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,6 @@ jobs: run: pnpm typecheck - name: Build the app + env: + NODE_OPTIONS: --max-old-space-size=4096 run: pnpm build