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:

View File

@@ -11,6 +11,7 @@ Status: unreleased.
- Agents: expand cron tool description with full schema docs. (#1988) Thanks @tomascupr.
- Skills: add missing dependency metadata for GitHub, Notion, Slack, Discord. (#1995) Thanks @jackheuberger.
- Docs: add Render deployment guide. (#1975) Thanks @anurag.
- CI: increase Node heap size for macOS checks. (#1890) Thanks @realZachi.
## 2026.1.24-3