Skip to content

Commit

Permalink
chore: larger node memory limit for build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Sep 9, 2024
1 parent d38a763 commit 949a441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: node common/scripts/apply-prerelease-version.js ${{ steps.semver_parser.outputs.pre_release_name }} ${{ steps.semver_parser.outputs.main }}

- name: Build packages
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only tag:package

- name: Publish to npm
Expand Down

0 comments on commit 949a441

Please sign in to comment.