From fb2f5526a40206f148ae16fb6c6084dc960f839d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 10 May 2026 02:44:44 +0100 Subject: [PATCH] ci: raise build artifact heap --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5908b703fea..1d78fdf46d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -520,6 +520,8 @@ jobs: install-bun: "false" - name: Build dist + env: + NODE_OPTIONS: --max-old-space-size=6144 run: pnpm build:ci-artifacts - name: Build Control UI