1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix: Increase Node.js heap size for sync-openapi workflow (#58044)

This commit is contained in:
Kevin Heis
2025-10-17 10:21:00 -07:00
committed by GitHub
parent 91db07591b
commit 6c5ea6fd74

View File

@@ -57,6 +57,7 @@ jobs:
env: env:
# Needed for gh # Needed for gh
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }} GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
NODE_OPTIONS: '--max-old-space-size=8192'
run: | run: |
npm run sync-rest -- \ npm run sync-rest -- \
--source-repos rest-api-description models-gateway \ --source-repos rest-api-description models-gateway \