diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 855a3055..cf7c4b88 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -78,7 +78,7 @@ jobs: with: name: database path: scripts/database - - run: node scripts/commands/update-api.js + - run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-api.js - run: NODE_OPTIONS="--max-old-space-size=4096" node scripts/commands/update-guides.js - uses: actions/upload-artifact@v2 with: