add max_old_space_size to azure jobs

This commit is contained in:
Jacob Overgaard
2023-03-22 15:49:41 +01:00
parent aeed4071e8
commit f062d5cabb
3 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ on:
# branches:
# - main
env:
NODE_OPTIONS: --max_old_space_size=16384
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')

View File

@@ -9,6 +9,9 @@ on:
# branches:
# - main
env:
NODE_OPTIONS: --max_old_space_size=16384
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')

View File

@@ -16,7 +16,7 @@ on:
workflow_dispatch:
env:
NODE_OPTIONS: --max_old_space_size=16384
NODE_OPTIONS: --max_old_space_size=16384
jobs:
build: