CI: increase Node heap size for macOS checks (#1890)
Co-authored-by: Zach Knickerbocker <[email protected]>
This commit is contained in:
co-authored by
Zach Knickerbocker
parent
28fe95ac5e
commit
9c8e8c5c2d
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user