Skip to content

Update swc monorepo #608

Update swc monorepo

Update swc monorepo #608

Triggered via pull request August 2, 2024 07:38
Status Failure
Total duration 37s
Artifacts

nodejs.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 12 warnings
build (14.x)
Process completed with exit code 1.
build (12.x)
The job was canceled because "_14_x" failed.
build (12.x)
Process completed with exit code 1.
build (17.x)
The job was canceled because "_14_x" failed.
build (17.x)
The operation was canceled.
build (16.x)
The job was canceled because "_14_x" failed.
build (16.x): src/cursor-paginator.ts#L68
Operator '?' must be spaced
build (16.x): src/cursor-paginator.ts#L98
Operator '?' must be spaced
build (16.x): src/cursor-paginator.ts#L134
Operator '?' must be spaced
build (16.x): src/cursor-paginator.ts#L189
Operator '?' must be spaced
build (16.x): src/page-paginator.ts#L57
Operator '?' must be spaced
build (16.x): src/page-paginator.ts#L85
Operator '?' must be spaced
build (16.x)
The operation was canceled.
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (14.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (16.x): src/cursor-paginator.ts#L52
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build (16.x): src/cursor-paginator.ts#L63
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
build (16.x): src/cursor-paginator.ts#L93
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
build (16.x): src/cursor-paginator.ts#L116
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build (16.x): src/cursor-paginator.ts#L127
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
build (16.x): src/cursor-paginator.ts#L182
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
build (16.x): src/cursor-paginator.ts#L230
Forbidden non-null assertion
build (16.x): src/cursor-paginator.ts#L237
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
build (16.x): src/page-paginator.ts#L47
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build (16.x): src/page-paginator.ts#L52
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined