Bump max-old-space-size. Some GH action runs still encountering OOM"

This commit is contained in:
Billy Tat
2023-10-19 13:24:19 -07:00
parent f404b30784
commit 64b07b728c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ jobs:
run: yarn run remark --quiet --use remark-validate-links --use remark-lint-no-dead-urls ./docs
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=3096"
NODE_OPTIONS: "--max_old_space_size=4096"
run: yarn build --no-minify