CI: increase Node heap size for macOS checks (#1890)

Co-authored-by: Zach Knickerbocker <realZachi@users.noreply.github.com>
This commit is contained in:
Shadow
2026-01-25 20:45:42 -06:00
parent 28fe95ac5e
commit 9c8e8c5c2d
2 changed files with 3 additions and 0 deletions

View File

@@ -342,6 +342,8 @@ jobs:
pnpm install --frozen-lockfile --ignore-scripts=false --config.engine-strict=false --config.enable-pre-post-scripts=true || pnpm install --frozen-lockfile --ignore-scripts=false --config.engine-strict=false --config.enable-pre-post-scripts=true
- name: Run ${{ matrix.task }}
env:
NODE_OPTIONS: --max-old-space-size=4096
run: ${{ matrix.command }}
macos-app: