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 995264a commit 416a7caCopy full SHA for 416a7ca
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: build and publish
32
run: |
33
- export NODE_OPTIONS="--max_old_space_size=4096"
+ export NODE_OPTIONS="--max_old_space_size=6144"
34
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
35
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
36
npx lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
0 commit comments