Skip to content

Commit 57bf9b4

Browse files
committed
fix release
1 parent 76b58c5 commit 57bf9b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
CSC_LINK: ${{ secrets.CSC_LINK }}
4949
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
5050
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
NODE_OPTIONS: "--max-old-space-size=8192"
5152
run: |
5253
npm run build
5354
- name: Notarize macOS build
@@ -58,6 +59,8 @@ jobs:
5859
run: npm run notarize
5960
- name: Build for non-macOS
6061
if: matrix.os != 'macos-13' && matrix.os != 'macos-latest'
62+
env:
63+
NODE_OPTIONS: "--max-old-space-size=8192"
6164
run: |
6265
npm run build
6366
- name: Set version as env

0 commit comments

Comments
 (0)