Bump heap size allocation - some builds not passing again

This commit is contained in:
Billy Tat
2024-01-22 12:51:29 -08:00
parent 825ff74299
commit c4f8e548ba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: "--max_old_space_size=4608"
run: yarn build --no-minify
# Popular action to deploy to GitHub Pages:
+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=4096"
NODE_OPTIONS: "--max_old_space_size=4608"
run: yarn build --no-minify