From 4c408558667d25a41daf08c34a04ff5c9894569f Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 29 Jun 2026 09:07:32 +0000 Subject: [PATCH] fix: reduce JD01 web-probe host deps --- config/hwlab-node-lanes.yaml | 2 -- scripts/src/hwlab-node-web-sentinel-p5.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index 4a0cc7d8..0a05a053 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -787,8 +787,6 @@ lanes: requiredCommands: - git - node - - npm - - npx requiredFiles: - AGENTS.md - package.json diff --git a/scripts/src/hwlab-node-web-sentinel-p5.ts b/scripts/src/hwlab-node-web-sentinel-p5.ts index 1b25d7ce..d896ba12 100644 --- a/scripts/src/hwlab-node-web-sentinel-p5.ts +++ b/scripts/src/hwlab-node-web-sentinel-p5.ts @@ -246,7 +246,7 @@ function probeSentinelDashboardBrowser(state: SentinelCicdState, options: Extrac "cat > \"$UNIDESK_WEB_PROBE_ARTIFACT_REMOTE_DIR/web-probe-sentinel-dashboard.mjs\" <<'WEB_PROBE_SENTINEL_DASHBOARD_JS'", sentinelDashboardBrowserModule(), "WEB_PROBE_SENTINEL_DASHBOARD_JS", - "bun \"$UNIDESK_WEB_PROBE_ARTIFACT_REMOTE_DIR/web-probe-sentinel-dashboard.mjs\"", + "node \"$UNIDESK_WEB_PROBE_ARTIFACT_REMOTE_DIR/web-probe-sentinel-dashboard.mjs\"", ].join("\n"); const route = `${state.spec.nodeId}:${state.spec.workspace}`; const job = runWebProbeRemoteArtifactJob({