fix(ci): align Node v22.22.3 pins and unblock pre-push tests
All checks were successful
Tests / test (push) Successful in 1m8s

Sync install scripts and CI container image with NODE_VERSION, regenerate
Electron Config.html, and skip gitignored portable/app in origin scan.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 18:47:41 +08:00
parent dd8e0f55c3
commit 08f22edf44
15 changed files with 201 additions and 25 deletions

View File

@@ -22,7 +22,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.22.1"
$NODE_VERSION = "v22.22.3"
$MIRROR = "https://registry.npmjs.org"
$NODE_MIRROR = "https://nodejs.org/dist"
$OPENCLAW_VERSION = "2026.7.1-2"

View File

@@ -25,7 +25,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.22.1"
NODE_VERSION="v22.22.3"
MIRROR="https://registry.npmjs.org"
NODE_MIRROR="https://nodejs.org/dist"
OPENCLAW_VERSION="2026.7.1-2"