Skip to content

Commit 1148735

Browse files
committed
chore(release): 增大Release工作流的内存空间
1 parent bb8c5c5 commit 1148735

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
release:
99
runs-on: macos-latest
1010
if: startsWith(github.event.head_commit.message , 'chore(release):')
11-
11+
env:
12+
NODE_OPTIONS: "--max-old-space-size=8192"
1213
steps:
1314
- uses: actions/checkout@v3
1415
with:

0 commit comments

Comments
 (0)