fix: upgrade Node to v22.16.0 (OpenClaw requires >=22.16.0) and fix config format

- Node v22.14.0 → v22.16.0 in all install scripts
- Config: remove deprecated agent.* format, use minimal gateway-only config
- OpenClaw auto-migrates agent config on first run
This commit is contained in:
dongsheng123132
2026-03-18 19:03:15 +08:00
parent 3b98a7351f
commit e9f8a01fc3
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ $RUNTIME_DIR = "$UCLAW_DIR\runtime"
$CORE_DIR = "$UCLAW_DIR\core"
$DATA_DIR = "$UCLAW_DIR\data"
$CONFIG_PATH = "$DATA_DIR\.openclaw\openclaw.json"
$NODE_VERSION = "v22.14.0"
$NODE_VERSION = "v22.16.0"
$MIRROR = "https://registry.npmmirror.com"
$NODE_MIRROR = "https://npmmirror.com/mirrors/node"