mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-21 23:54:22 +08:00
fix(openclaw): 兼容新版配置与 Node 门槛
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -38,11 +38,11 @@ jobs:
|
||||
- name: 签出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# 安装 Node.js 22
|
||||
# 安装 OpenClaw 当前最低要求的 Node.js 版本
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 22.19.0
|
||||
cache: npm
|
||||
|
||||
# 安装前端依赖
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 22.19.0
|
||||
cache: npm
|
||||
|
||||
- name: 安装前端依赖
|
||||
@@ -195,7 +195,7 @@ jobs:
|
||||
- name: 安装 Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 22.19.0
|
||||
cache: npm
|
||||
|
||||
- name: 构建前端并上传热更新包
|
||||
|
||||
Reference in New Issue
Block a user