feat: besu network update #288
lint-and-compile.yml
on: pull_request
lint-and-compile
36s
Annotations
6 errors and 1 warning
lint-and-compile:
src/eth/command/network/join.ts#L74
Type '{ networkType: any; node: string; ipAddress: any; genesisJson: any; staticNodesJson: any; }' is not assignable to type 'JoinNodeType'.
|
lint-and-compile:
src/eth/service/network.ts#L40
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
|
lint-and-compile:
src/eth/service/network.ts#L78
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
|
lint-and-compile:
src/eth/service/network.ts#L97
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
|
lint-and-compile:
src/eth/service/network.ts#L114
Property 'networkType' does not exist on type 'JoinNodeType'.
|
lint-and-compile
Process completed with exit code 2.
|
lint-and-compile
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/
|