Sync main to v2.14.0 (#2226)

* Increase max-old-space-size to 8192 bytes

* Increase max-old-space-size to 9216 bytes

* Increase max-old-space-size to 10240 bytes

---------

Co-authored-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Lucas Saintarbor
2026-03-10 13:51:36 -07:00
committed by GitHub
parent 2dcfa6f6b8
commit feca2e63ec
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=8192"
NODE_OPTIONS: "--max_old_space_size=10240"
run: yarn build --no-minify
- name: Upload Build Artifact
+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=10240"
run: yarn build --no-minify