diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index d1c2b2fa0e..f342408239 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -15,7 +15,7 @@ jobs: node: [14, 16] runs-on: ${{ matrix.os }} env: - NODE_OPTIONS: "--max-old-space-size=4096" + NODE_OPTIONS: "--max-old-space-size=2048" steps: - uses: actions/checkout@v2.3.4 - uses: actions/setup-node@v2.1.5