smoke test #357
Annotations
2 errors and 12 warnings
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L24
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L27
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L81
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/broker.ts#L85
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/broker.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/worker.ts#L27
Unsafe spread of an `any` type
|
examples/queue/queue.ts#L19
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/threaded-worker/processor.ts#L43
Unsafe argument of type `any` assigned to a parameter of type `string`
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading