Merge branch 'main' into feature/upload-to-gpr

This commit is contained in:
Jacob Overgaard
2023-03-23 10:36:36 +01:00
committed by GitHub
10 changed files with 366 additions and 2 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: