Skip to content

Commit

Permalink
chore: increase js heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto authored Aug 15, 2023
1 parent f07a291 commit 8fbf63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
"@semantic-release/github
"@semantic-release/npm
env:
NODE_OPTIONS: "--max_old_space_size=4096"
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
# playground:
Expand All @@ -73,4 +74,4 @@ jobs:
# - name: 'Use gcloud CLI'
# run: 'gcloud info'

# - run: npm run deploy
# - run: npm run deploy

0 comments on commit 8fbf63f

Please sign in to comment.