ci: fix post-merge Rastermill checks · openclaw/openclaw@b546998
steipete
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1507,7 +1507,7 @@ jobs:
|
1507 | 1507 | |
1508 | 1508 | - name: Setup Node.js |
1509 | 1509 | env: |
1510 | | -REQUESTED_NODE_VERSION: "24.x" |
| 1510 | +REQUESTED_NODE_VERSION: "22.19.0" |
1511 | 1511 | run: | |
1512 | 1512 | set -euo pipefail |
1513 | 1513 | source .github/actions/setup-pnpm-store-cache/ensure-node.sh |
@@ -1516,7 +1516,7 @@ jobs:
|
1516 | 1516 | - name: Setup pnpm |
1517 | 1517 | uses: ./.github/actions/setup-pnpm-store-cache |
1518 | 1518 | with: |
1519 | | -node-version: 24.x |
| 1519 | +node-version: "22.19.0" |
1520 | 1520 | |
1521 | 1521 | - name: Runtime versions |
1522 | 1522 | run: | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1105,7 +1105,7 @@ describe("sanitizeSessionHistory", () => {
|
1105 | 1105 | |
1106 | 1106 | const toolResult = validated[2] as Extract<AgentMessage, { role: "toolResult" }>; |
1107 | 1107 | expect(toolResult.toolCallId).toBe("toolu_legacy"); |
1108 | | -expect(toolResult.isError).toBe(true); |
| 1108 | +expect(toolResult.isError).toBe(false); |
1109 | 1109 | }); |
1110 | 1110 | |
1111 | 1111 | it("strips copied inbound metadata from assistant replay text", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。