set --max-old-space-size in CI

This commit is contained in:
Aine 2025-04-05 21:14:02 +03:00
parent 218f0ba03c
commit d781268019
No known key found for this signature in database
GPG Key ID: 34969C908CCA2804

View File

@ -24,6 +24,8 @@ jobs:
node-version: lts/* node-version: lts/*
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies
env:
NODE_OPTIONS: --max-old-space-size=2048
run: yarn install --immutable --network-timeout=300000 run: yarn install --immutable --network-timeout=300000
- name: Build - name: Build
run: yarn build --base=${{ env.base_path }} run: yarn build --base=${{ env.base_path }}