chore: fix node out of memory when building

This commit is contained in:
Huang Xin
2025-03-16 03:42:49 +08:00
parent 8775f90bc1
commit 37f3c8b829
+1
View File
@@ -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 }}