ci: increase node max memory usage

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2536>
This commit is contained in:
Kasper Seweryn 2023-07-27 00:38:47 +02:00 committed by Georg Krause
parent 66a363014d
commit 78be3d8feb
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ review_front:
VUE_APP_ROUTER_BASE_URL: /-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/front-review/
VUE_APP_INSTANCE_URL: https://demo.funkwhale.audio
NODE_ENV: review
NODE_OPTIONS: --max-old-space-size=4096
before_script:
- apk add --no-cache jq bash coreutils python3
- rm -rf front-review
@ -311,6 +312,7 @@ build_front:
image: node:18-alpine
variables:
<<: *keep_git_files_permissions
NODE_OPTIONS: --max-old-space-size=4096
before_script:
- apk add --no-cache jq bash coreutils python3
- cd front