Skip to content

Commit 6c5ea6f

Browse files
authored
Fix: Increase Node.js heap size for sync-openapi workflow (#58044)
1 parent 91db075 commit 6c5ea6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-openapi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
env:
5858
# Needed for gh
5959
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
60+
NODE_OPTIONS: '--max-old-space-size=8192'
6061
run: |
6162
npm run sync-rest -- \
6263
--source-repos rest-api-description models-gateway \

0 commit comments

Comments
 (0)