From 1cbe7a39e6e28ed615b1f45beafeec9cab2b2503 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 6 Aug 2026 15:20:11 +0300 Subject: [PATCH] increase ci node heap (#11406) --- .github/workflows/pull-request-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 16566672a6..4d45adffdc 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -22,6 +22,7 @@ permissions: {} # job downloads. Bump this one line to roll denis. env: DENIS_RELEASE_TAG: denis-v0.1.1 + NODE_OPTIONS: --max-old-space-size=4096 jobs: # Populate this from main so every PR can restore the same trusted baseline.