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' }}