Skip to content

Commit 4cb764c

Browse files
committed
ci: increase Node.js heap size for Rspress build
1 parent a4b4db0 commit 4cb764c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Install dependencies
3030
run: bun install
3131
- name: Build with Rspress
32+
env:
33+
NODE_OPTIONS: --max-old-space-size=8192
3234
run: |
3335
bun run deploy
3436
- name: Upload artifact

0 commit comments

Comments
 (0)