CI: restore 4GB heap for build (runner mem_limit bumped to 12g)
CI/CD / test-and-build (push) Failing after 47s Details
CI/CD / deploy (push) Has been skipped Details

This commit is contained in:
Jeff Emmett 2026-04-01 01:09:15 -07:00
parent ec4de41e31
commit c9f35d6e2f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Build
run: npx vite build
env:
NODE_OPTIONS: "--max-old-space-size=2048"
NODE_OPTIONS: "--max-old-space-size=4096"
deploy:
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}