ci: allow Windows Node 22 patch range · openclaw/openclaw@ce4db4f
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: "22.19.0" |
| 1510 | +REQUESTED_NODE_VERSION: "22.x" |
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: "22.19.0" |
| 1519 | +node-version: 22.x |
1520 | 1520 | |
1521 | 1521 | - name: Runtime versions |
1522 | 1522 | run: | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。