compute: a failure implicates only toolchains no successful build of … #26
Annotations
2 errors and 1 warning
|
deploy
Process completed with exit code 1.
|
|
test/compute.test.ts > failed builds > a success outranks a sibling failure and only successes prove the CLI's Node.js support:
test/compute.test.ts#L192
AssertionError: expected { state: 'verified', …(1) } to match object { state: 'verified', …(1) }
- Expected
+ Received
{
- "reason": "verified by CI (one other attempt failed)",
+ "reason": "verified by CI",
"state": "verified",
}
❯ test/compute.test.ts:192:73
|
|
deploy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|