Increase Node.js heap size to 2GB for build process.
All checks were successful
Build / build (push) Successful in 2m38s
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:
parent
eb620ee6d4
commit
eea860e19c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user