1
0
mirror of synced 2025-12-19 09:57:42 -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:
# Needed for gh
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
NODE_OPTIONS: '--max-old-space-size=8192'
run: |
npm run sync-rest -- \
--source-repos rest-api-description models-gateway \