Test increasing heap size to fix JS memory error

This commit is contained in:
Billy Tat
2023-06-06 16:05:13 -07:00
parent e329d0fab6
commit c927056835

View File

@@ -21,4 +21,6 @@ jobs:
- name: Check links
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=6144"
run: yarn build --no-minify