change version to 2.1 #1416
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/controllers/api-information.controller.ts#L27
Use object destructuring
|
src/controllers/health-check.controller.ts#L53
Use object destructuring
|
src/controllers/health-check.controller.ts#L59
'dataBase' is never reassigned. Use 'const' instead
|
src/controllers/health-check.controller.ts#L60
'blockBook' is never reassigned. Use 'const' instead
|
src/controllers/health-check.controller.ts#L61
'rskNode' is never reassigned. Use 'const' instead
|
src/controllers/health-check.controller.ts#L62
'bridgeService' is never reassigned. Use 'const' instead
|
src/controllers/health-check.controller.ts#L77
'bridgeService' is never reassigned. Use 'const' instead
|
src/controllers/health-check.controller.ts#L78
Unexpected any. Specify a different type
|
src/controllers/health-check.controller.ts#L83
Unnecessary 'else' after 'return'
|
src/controllers/health-check.controller.ts#L89
Assignment to property of function parameter 'health'
|
This job succeeded
Loading