From 2ed27db3421c34b94c1ca3e83c25e8b04c4cb4fb Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Thu, 5 Dec 2024 04:54:25 +0000 Subject: [PATCH] fix: increase node max heap allocation --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d8c1002a1b4a..8edb00efdf8ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -666,6 +666,8 @@ jobs: name: make gen - run: pnpm build + env: + NODE_OPTIONS: ${{ github.repository_owner == 'coder' && '--max_old_space_size=8192' || '' }} working-directory: site - run: pnpm playwright:install