Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update memory allotment
  • Loading branch information
walker-tx committed Oct 3, 2025
commit 19747d1e2be7d596ac15e9c83e0056a4b5c5a752
2 changes: 1 addition & 1 deletion .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@995647531b4de70ba615e869506829c1e387d319
with:
enable_sdk_changelog: true
node_options: "--max-old-space-size=1"
node_options: "--max-old-space-size=5125"
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down