Skip to content

Update swc monorepo #594

Update swc monorepo

Update swc monorepo #594

Triggered via pull request June 22, 2024 03:17
Status Failure
Total duration 36s
Artifacts

nodejs.yml

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

Annotations

12 errors and 14 warnings
build (14.x)
Process completed with exit code 1.
build (12.x)
Process completed with exit code 1.
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 (17.x)
The job was canceled because "_14_x" failed.
build (17.x)
The operation was canceled.
build (14.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 (12.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (12.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 (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