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 76b58c5 commit 57bf9b4Copy full SHA for 57bf9b4
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
CSC_LINK: ${{ secrets.CSC_LINK }}
49
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
50
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ NODE_OPTIONS: "--max-old-space-size=8192"
52
run: |
53
npm run build
54
- name: Notarize macOS build
@@ -58,6 +59,8 @@ jobs:
58
59
run: npm run notarize
60
- name: Build for non-macOS
61
if: matrix.os != 'macos-13' && matrix.os != 'macos-latest'
62
+ env:
63
64
65
66
- name: Set version as env
0 commit comments