From c21eb8f7d657ccc6072fd10d95156fa4da0b31c8 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 15 Jan 2022 19:39:56 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 0ebede1a..3d9d437e 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -79,7 +79,7 @@ jobs: name: database path: scripts/database - run: node scripts/commands/update-api.js - - run: node scripts/commands/update-guides.js + - run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-guides.js - uses: actions/upload-artifact@v2 with: name: logs