From ae11f88595d69e68c8c32b22c6a1bbd004ad1542 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Tue, 1 Jul 2025 13:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20increase=20Node.js=20memory?= =?UTF-8?q?=20limit=20in=20macOS=20release=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 3210065b..1bc786ac 100644 --- a/.github/workflows/macos-release.yml +++ b/.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