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:
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user