Increase max-old-space-size to 8192 bytes

This commit is contained in:
LucasSaintarbor
2026-03-06 12:04:46 -08:00
parent 2dcfa6f6b8
commit 4d915c71c7
+1 -1
View File
@@ -27,5 +27,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=7168"
NODE_OPTIONS: "--max_old_space_size=8192"
run: yarn build --no-minify