Skip to content

Commit 416a7ca

Browse files
authored
chore(ci): increase memory for publish
1 parent 995264a commit 416a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: build and publish
3232
run: |
33-
export NODE_OPTIONS="--max_old_space_size=4096"
33+
export NODE_OPTIONS="--max_old_space_size=6144"
3434
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
3535
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
3636
npx lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)