mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-08-06 22:24:13 +08:00
chore(release): prepare v0.18.6
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.19.0
|
||||
node-version: 22.22.3
|
||||
cache: npm
|
||||
|
||||
# 安装前端依赖
|
||||
|
||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.19.0
|
||||
node-version: 22.22.3
|
||||
cache: npm
|
||||
|
||||
- name: 安装前端依赖
|
||||
@@ -155,7 +155,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.19.0
|
||||
node-version: 22.22.3
|
||||
cache: npm
|
||||
|
||||
- name: 安装前端依赖
|
||||
@@ -260,7 +260,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.19.0
|
||||
node-version: 22.22.3
|
||||
cache: npm
|
||||
|
||||
- name: 安装前端依赖
|
||||
@@ -435,7 +435,7 @@ jobs:
|
||||
echo "3. 如未安装 OpenClaw,按提示一键安装即可"
|
||||
echo "4. 安装完成后自动跳转仪表盘,开始使用"
|
||||
echo ""
|
||||
echo '> **系统要求**:ClawPanel Web 后端需要 Node.js 18+;运行 OpenClaw Gateway 会按当前 OpenClaw 的 engines.node 自动检测,建议 Node.js 22.19.0+。'
|
||||
echo '> **系统要求**:ClawPanel Web 后端需要 Node.js 18+;运行 OpenClaw Gateway 会按当前 OpenClaw 的 engines.node 自动检测,OpenClaw 2026.7.1 要求 Node.js 22.22.3+(22.x)。'
|
||||
echo ""
|
||||
echo "---"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user