Fix: Increase Node.js heap size for sync-openapi workflow (#58044)
This commit is contained in:
1
.github/workflows/sync-openapi.yml
vendored
1
.github/workflows/sync-openapi.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user