feat: increase Node.js memory limit in macOS release workflow

This commit is contained in:
CaIon
2025-07-01 13:23:29 +08:00
parent 389a4c3e4c
commit ae11f88595

View File

@@ -26,6 +26,7 @@ jobs:
- name: Build Frontend - name: Build Frontend
env: env:
CI: "" CI: ""
NODE_OPTIONS: "--max-old-space-size=4096"
run: | run: |
cd web cd web
bun install bun install