Skip to content

Commit 2f45640

Browse files
fix: increase space size
1 parent 1f8aa95 commit 2f45640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
cd ../../gui
190190
npm ci
191191
npm run build
192+
env:
193+
NODE_OPTIONS: "--max-old-space-size=8192"
192194

193195
# Run prepackage.js script
194196
- name: Run prepackage script

0 commit comments

Comments
 (0)