From 26b007e8615448a9e265c954f7cb9ca7fc8c7e20 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 24 May 2026 20:07:19 -0300 Subject: [PATCH] ci: fix OOM during electron build on macos runners --- .github/workflows/electron-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index ef78cdd77b..dfc25c52d2 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -104,6 +104,7 @@ jobs: - name: Build Next.js standalone env: JWT_SECRET: ci-build-secret-with-sufficient-length-for-validation + NODE_OPTIONS: "--max_old_space_size=6144" run: npm run build - name: Sync version in electron/package.json