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 }}