From eea860e19c1f599cc9fbba2b818e3f84a0857e67 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Thu, 16 Oct 2025 09:06:34 -0500 Subject: [PATCH] Increase Node.js heap size to 2GB for build process. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ad0fd0..dc70953 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,3 +19,5 @@ jobs: - name: Run build run: npm run build + env: + NODE_OPTIONS: "--max-old-space-size=2048"