mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Add memory limits to match runner sizes (#17736)
This commit is contained in:
3
.github/workflows/linting-reusable.yml
vendored
3
.github/workflows/linting-reusable.yml
vendored
@@ -14,6 +14,9 @@ on:
|
||||
type: string
|
||||
default: 22.x
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=8192
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
|
||||
@@ -28,6 +28,9 @@ on:
|
||||
description: 'Webhook URL to send test results to (if enabled).'
|
||||
required: false
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Install, Build, and Test Workflows
|
||||
|
||||
3
.github/workflows/units-tests-reusable.yml
vendored
3
.github/workflows/units-tests-reusable.yml
vendored
@@ -22,6 +22,9 @@ on:
|
||||
description: 'Codecov upload token.'
|
||||
required: false
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=8192
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
name: Unit tests
|
||||
|
||||
Reference in New Issue
Block a user