We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d136db7 commit 09f2014Copy full SHA for 09f2014
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,9 @@
1
name: Release
2
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
+
7
on:
8
push:
9
branches:
0 commit comments