Increase Node.js heap size to 2GB for build process.
All checks were successful
Build / build (push) Successful in 2m38s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Michael Mainguy 2025-10-16 09:06:34 -05:00
parent eb620ee6d4
commit eea860e19c

View File

@ -19,3 +19,5 @@ jobs:
- name: Run build - name: Run build
run: npm run build run: npm run build
env:
NODE_OPTIONS: "--max-old-space-size=2048"