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

View File

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