Skip to content

Commit 09f2014

Browse files
chore: set memory options for release workflow (#15)
1 parent d136db7 commit 09f2014

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Release
22

3+
env:
4+
# Increase heap to keep Nitro/Vite SSR builds (editor) from OOMing while treeshaking.
5+
NODE_OPTIONS: --max-old-space-size=4096
6+
37
on:
48
push:
59
branches:

0 commit comments

Comments
 (0)