Skip to content

Commit 44918d6

Browse files
committed
ci: add NODE_OPTIONS in release step
1 parent d2d4486 commit 44918d6

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
@@ -49,6 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: ./.github/actions/quickstart
5151
- env:
52+
NODE_OPTIONS: --max_old_space_size=8192
5253
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5354
GH_USER: "kdnjbot"
5455
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)