ci: Increase build memory (#19130)

This commit is contained in:
Iván Ovejero
2025-09-03 11:45:24 +02:00
committed by GitHub
parent a82e3c8ede
commit 52747b1625

View File

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