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