fix(ci): increase heap size for macOS test runner
This commit is contained in:
parent
c8063bdcd8
commit
796d5421e5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user