fix(ci): increase heap size for macOS test runner

This commit is contained in:
Gareth Jones 2026-01-26 21:28:18 -08:00
parent c8063bdcd8
commit 796d5421e5

View File

@ -277,6 +277,8 @@ jobs:
checks-macos:
if: github.event_name == 'pull_request'
runs-on: macos-latest
env:
NODE_OPTIONS: --max-old-space-size=4096
strategy:
fail-fast: false
matrix: