Skip to content

Commit

Permalink
chore(gh): enable missing npm auth and add... (#2424)
Browse files Browse the repository at this point in the history
chore(gh): enable missing npm auth and add in max-old-space-size increase too

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Oct 22, 2024
1 parent 2d9282f commit 40431d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# we used to set 8G here but since the process often craps out, let's try 14G!
# https://stackoverflow.com/questions/48387040/how-do-i-determine-the-correct-max-old-space-size-for-node-js
NODE_OPTIONS: '--max-old-space-size=14336'

0 comments on commit 40431d1

Please sign in to comment.