Browse Source

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

CaIon 6 months ago
parent
commit
ae11f88595
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/macos-release.yml

+ 1 - 0
.github/workflows/macos-release.yml

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