fix: thordevkit imports #359
lint-build-test.yaml
on: pull_request
Lint, Build & Test
1m 52s
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/.
|