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.
2 parents 9ec8ad5 + e2a9e2f commit 1b9850bCopy full SHA for 1b9850b
.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