increase max-old-space-size

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

View File

@ -25,7 +25,7 @@ jobs:
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies
env: env:
NODE_OPTIONS: --max-old-space-size=2048 NODE_OPTIONS: --max-old-space-size=8192
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 }}