We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6537f1 + 8ffedbb commit 4c86844Copy full SHA for 4c86844
1 file changed
.github/workflows/static.yml
@@ -26,15 +26,15 @@ jobs:
26
ref: 'main' # 分支,旧raw
27
28
- name: 环境 - 安装 pnpm
29
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
30
with:
31
run_install: true
32
- version: 8
+ version: 9
33
34
- name: 环境 - 设置 Node.js
35
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
36
37
- node-version: 20
+ node-version: 22
38
cache: pnpm
39
40
# 获取仓库的相关配置
@@ -82,7 +82,7 @@ jobs:
82
83
- name: 文档 - 构建
84
env:
85
- NODE_OPTIONS: --max_old_space_size=10240
+ NODE_OPTIONS: --max_old_space_size=20480
86
run: |-
87
node -e 'console.log(v8.getHeapStatistics())'
88
pnpm run docs:build
0 commit comments