Skip to content

fix: thordevkit imports #359

fix: thordevkit imports

fix: thordevkit imports #359

Triggered via pull request February 6, 2024 21:04
Status Failure
Total duration 2m 1s
Artifacts

lint-build-test.yaml

on: pull_request
Lint, Build & Test
1m 52s
Lint, Build & Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Lint, Build & Test
Type '(type: "tx" | "cert", msg: TxMessage | CertMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
Lint, Build & Test
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'TxMessage'.
Lint, Build & Test
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'CertMessage'.
Lint, Build & Test
Type '(type: "tx" | "cert", msg: TxMessage | CertMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
Lint, Build & Test
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'TxMessage'.
Lint, Build & Test
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'CertMessage'.
Lint, Build & Test
@vechain/dapp-kit#lint: command (/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/packages/dapp-kit) yarn run lint exited (2)
Lint, Build & Test
Process completed with exit code 2.
Lint, Build & Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.