fix(openclaw): 兼容新版配置与 Node 门槛

This commit is contained in:
晴天
2026-06-11 15:24:01 +08:00
parent 5aa09f4bb7
commit 675ad1628b
33 changed files with 717 additions and 130 deletions

View File

@@ -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: 构建前端并上传热更新包