Increase max-old-space-size to 9216 bytes

This commit is contained in:
LucasSaintarbor
2026-03-06 12:40:53 -08:00
parent 4d915c71c7
commit ad82b388e9
+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=8192"
NODE_OPTIONS: "--max_old_space_size=9216"
run: yarn build --no-minify