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 41d20484f9
commit c7b3b8d0b1

View File

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