Skip to content

Commit 81be546

Browse files
committed
feat(.github\workflows): 增加 Node 堆内存,改为 15G
1 parent 3d9939e commit 81be546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# 构建
4949
- name: Build VitePress
5050
env:
51-
NODE_OPTIONS: --max-old-space-size=20480
51+
NODE_OPTIONS: --max-old-space-size=15360
5252
run: pnpm docs:build
5353

5454
- name: Upload artifact

0 commit comments

Comments
 (0)