We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8c5c5 commit 1148735Copy full SHA for 1148735
1 file changed
.github/workflows/auto-release.yml
@@ -8,7 +8,8 @@ jobs:
8
release:
9
runs-on: macos-latest
10
if: startsWith(github.event.head_commit.message , 'chore(release):')
11
-
+ env:
12
+ NODE_OPTIONS: "--max-old-space-size=8192"
13
steps:
14
- uses: actions/checkout@v3
15
with:
0 commit comments