From 37f3c8b8293a86c1e09b2b9ec743cda6bc330c5b Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 16 Mar 2025 03:42:49 +0800 Subject: [PATCH] chore: fix node out of memory when building --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a1192fe..0eeaacfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,6 +137,7 @@ jobs: APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + NODE_OPTIONS: '--max-old-space-size=8192' with: projectPath: apps/readest-app releaseId: ${{ needs.get-release.outputs.release_id }}