Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 95fdc90

Browse files
committed
fix(ci): heap memory limit
1 parent 51d4b66 commit 95fdc90

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Build
3636
run: pnpm build
37+
env:
38+
NODE_OPTIONS: --max_old_space_size=4096
3739

3840
- name: Package
3941
run: |

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Build
3232
run: pnpm build
33+
env:
34+
NODE_OPTIONS: --max_old_space_size=4096
3335

3436
- name: Pack and upload Artifact
3537
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)