mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
ci: Add memory limits to match runner sizes (#17736)
This commit is contained in:
parent
9e3bfff68d
commit
23850a442d
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user