Skip to content

Commit 6bc9889

Browse files
committed
chore: 更新 README.md 和 GitHub Actions 工作流中的 Node.js 版本要求
1 parent 461dc51 commit 6bc9889

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '20'
26+
node-version: 22.21.1
2727
cache: 'pnpm'
2828

2929
- name: Install dependencies

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 22.5.1
33+
node-version: 22.21.1
3434
cache: pnpm
3535
- name: Provenance downgrade check
3636
uses: danielroe/provenance-action@0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker compose up -d
112112

113113
本地开发/生产部署均需满足以下要求:
114114

115-
- Node.js ^22.5.1
115+
- Node.js ^22.21.1
116116
- pnpm ^10.8.1
117117

118118
> 注意:本项目使用了 pnpm workspace 高级特性来实现 Monorepo 管理,其他包管理工具可能无法正常工作,请先确保你的环境满足以上要求。

0 commit comments

Comments
 (0)