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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user