From 1f89724b64b1e7a1f846146efb7ed80825cfa02c Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 2 Aug 2022 14:05:44 +0200 Subject: [PATCH] chore: increase max-old-space-size for docs (#8721) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fedcf5b07c4..9609367088b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Build website working-directory: ./website env: - NODE_OPTIONS: --max-old-space-size=4096 + NODE_OPTIONS: --max-old-space-size=6144 run: npm run build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3