diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index 5a19ca0cfb..c29009f69c 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -69,11 +69,14 @@ jobs: - name: build site run: npm run predeploy + env: + NODE_OPTIONS: "--max_old_space_size=4096" - name: build dist and bundle analyzer report run: npm run dist env: ANALYZER: 1 + NODE_OPTIONS: "--max_old_space_size=4096" - name: Get version id: publish-version