Skip to content

Commit

Permalink
chore(ci): increase memory for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts authored Aug 3, 2023
1 parent 995264a commit 416a7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: build and publish
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
export NODE_OPTIONS="--max_old_space_size=6144"
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
npx lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 416a7ca

Please sign in to comment.