Skip to content

Commit

Permalink
increase heap size so it can release?
Browse files Browse the repository at this point in the history
  • Loading branch information
ariscript committed Mar 18, 2023
1 parent af6342c commit 16c32cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: "$NODE_OPTIONS --max-old-space-size=6144"
run: yarn publish

# separate job for parallel building
Expand Down

0 comments on commit 16c32cd

Please sign in to comment.