Skip to content

Link hive account

Link hive account #57

Triggered via pull request June 30, 2024 18:44
Status Success
Total duration 1m 19s
Artifacts

node.js.yml

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

Annotations

11 warnings
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (18.x): src/repositories/user/user.repository.ts#L33
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
build (18.x): src/services/index.ts#L42
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
build (18.x): src/services/index.ts#L47
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
build (18.x): src/services/storage-cluster/allocator.ts#L217
Forbidden non-null assertion
build (18.x): src/services/storage-cluster/allocator.ts#L218
Forbidden non-null assertion
build (18.x): src/services/storage-cluster/allocator.ts#L636
Empty block statement
build (18.x): src/services/storage-cluster/allocator.ts#L769
Forbidden non-null assertion
build (18.x): src/services/storage-cluster/allocator.ts#L805
Promise returned in function argument where a void return was expected
build (18.x): src/services/storage-cluster/peer.ts#L105
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
build (18.x): src/services/storage-cluster/peer.ts#L211
Promise returned in function argument where a void return was expected