From 52747b1625c522902b6568745c2c0a8539ff4d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 3 Sep 2025 11:45:24 +0200 Subject: [PATCH] ci: Increase build memory (#19130) --- .github/workflows/ci-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index 722694991d..12908ab325 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -11,7 +11,7 @@ jobs: name: Install & Build runs-on: blacksmith-2vcpu-ubuntu-2204 env: - NODE_OPTIONS: '--max-old-space-size=3072' + NODE_OPTIONS: '--max-old-space-size=6144' outputs: frontend_changed: ${{ steps.paths-filter.outputs.frontend == 'true' }} non_python_changed: ${{ steps.paths-filter.outputs.non-python == 'true' }}