mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Increase build memory (#19130)
This commit is contained in:
2
.github/workflows/ci-pull-requests.yml
vendored
2
.github/workflows/ci-pull-requests.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
name: Install & Build
|
name: Install & Build
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--max-old-space-size=3072'
|
NODE_OPTIONS: '--max-old-space-size=6144'
|
||||||
outputs:
|
outputs:
|
||||||
frontend_changed: ${{ steps.paths-filter.outputs.frontend == 'true' }}
|
frontend_changed: ${{ steps.paths-filter.outputs.frontend == 'true' }}
|
||||||
non_python_changed: ${{ steps.paths-filter.outputs.non-python == 'true' }}
|
non_python_changed: ${{ steps.paths-filter.outputs.non-python == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user