mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
test(eval): update containment-job node-version assertion to 22.18.0
test_eval_ci_uses_locked_uv_and_blocking_native_containment_jobs pins the eval-containment-linux job's setup-node version; move it in lockstep with the ci-tests.yml pin bumped to the 22.18 floor. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
1415bd5c2f
commit
bb23d2998a
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ def test_eval_ci_uses_locked_uv_and_blocking_native_containment_jobs():
|
|||
}
|
||||
assert containment["timeout-minutes"] == 20
|
||||
assert containment_node_setup["with"] == {
|
||||
"node-version": "22.16.0",
|
||||
"node-version": "22.18.0",
|
||||
"cache": "npm",
|
||||
"cache-dependency-path": "gitnexus/package-lock.json\ngitnexus-shared/package-lock.json\n",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue