From c801ce1c7bd5e4231e20b8591df90708a69274d7 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 20 Jul 2022 11:18:02 +0200 Subject: [PATCH] chore: try to fix the docusaurus build by giving Node more old mem space (#8675) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef68e0190c11c..74b508eed1070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,8 @@ jobs: run: npm ci - name: Build website working-directory: ./website + env: + NODE_OPTIONS: --max-old-space-size=4096 run: npm run build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3