Skip to content

Commit 781e75f

Browse files
committed
chore(memory) : increase max_old_space_size for GH publish
Signed-off-by: dselman <[email protected]>
1 parent f8a5cb4 commit 781e75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)