ci: fix OOM during electron build on macos runners

This commit is contained in:
diegosouzapw
2026-05-24 20:07:19 -03:00
parent 08d30b1e9b
commit 26b007e861

View File

@@ -104,6 +104,7 @@ jobs:
- name: Build Next.js standalone
env:
JWT_SECRET: ci-build-secret-with-sufficient-length-for-validation
NODE_OPTIONS: "--max_old_space_size=6144"
run: npm run build
- name: Sync version in electron/package.json