increased heap space.
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
Michael Mainguy 2025-10-28 12:01:29 -05:00
parent 052d972e69
commit 44989d5145

View File

@ -20,7 +20,7 @@ jobs:
- name: Build
run: npm run build
env:
NODE_OPTIONS: '--max-old-space-size=2048'
NODE_OPTIONS: '--max-old-space-size=4096'
- name: Extract hostname from package.json
id: get-hostname