chore: bump old space size in order to fix microsite build

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-02 17:50:41 +01:00
parent ca4cdda557
commit 7d59c54e7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
env:
CI: true
NODE_OPTIONS: --max-old-space-size=7168
NODE_OPTIONS: --max-old-space-size=8192
DOCUSAURUS_SSR_CONCURRENCY: 5
steps:
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
env:
CI: true
NODE_OPTIONS: --max-old-space-size=4096
NODE_OPTIONS: --max-old-space-size=8192
DOCUSAURUS_SSR_CONCURRENCY: 5
steps: