Skip to content

Commit 5b0c8c5

Browse files
committed
fix(ci): increase build memory
1 parent 8f5a4c8 commit 5b0c8c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: npm install
2424

2525
- name: build
26+
env:
27+
NODE_OPTIONS: "--max_old_space_size=4096"
2628
run: npm run build
2729

2830
- name: changelog

0 commit comments

Comments
 (0)