Bump heap size more

This commit is contained in:
Billy Tat
2024-01-22 15:36:36 -08:00
parent f747efc410
commit 964b48145e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=4608"
NODE_OPTIONS: "--max_old_space_size=5120"
run: yarn build --no-minify