Skip to content

Commit 716911e

Browse files
committed
increase heap size so it can release?
1 parent 53a05c4 commit 716911e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: publish
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
NODE_OPTIONS: "$NODE_OPTIONS --max-old-space-size=6144"
2627
run: yarn publish
2728

2829
# separate job for parallel building

0 commit comments

Comments
 (0)