We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a617e21 commit 50860d7Copy full SHA for 50860d7
.github/workflows/health-metrics-test.yml
@@ -6,6 +6,7 @@ env:
6
METRICS_SERVICE_URL: ${{ secrets.METRICS_SERVICE_URL }}
7
GITHUB_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
8
GITHUB_PULL_REQUEST_BASE_SHA: ${{ github.event.pull_request.base.sha }}
9
+ NODE_OPTIONS: "--max-old-space-size=4096"
10
11
jobs:
12
binary-size:
0 commit comments