From 54d1c92b09f38e0d5835a5f4eb7c289ed5638c69 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Sun, 29 Mar 2026 10:13:25 -0700 Subject: [PATCH] Increase Node heap to 4GB for unit tests in CI to prevent OOM Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index febd41e..ef60564 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,6 +49,7 @@ jobs: run: npm run test:run env: DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test + NODE_OPTIONS: --max-old-space-size=4096 typecheck: name: ĘŚ TypeScript