Skip to content

Merge pull request #65 from multiversx/development #37

Merge pull request #65 from multiversx/development

Merge pull request #65 from multiversx/development #37

Triggered via push November 6, 2023 11:49
Status Failure
Total duration 1m 32s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: src/pages/Authentication/constants/metrics.contants.ts#L1
Type '{ address: string; blockHash: string; signature: string; body: string; host: string; ttl: number; extraInfo: {}; }' is not assignable to type 'MetricType'.
build: src/pages/Authentication/constants/metrics.contants.ts#L1
Type of computed property's value is '{ address: string; blockHash: string; signature: string; body: string; host: string; ttl: number; extraInfo: { timestamp: number; }; }', which is not assignable to type 'MetricType'.
build: src/pages/Authentication/constants/metrics.contants.ts#L1
Type of computed property's value is '{ address: string; blockHash: string; signature: string; body: string; host: string; ttl: number; extraInfo: { timestamp: number; }; }', which is not assignable to type 'MetricType'.
build: src/pages/Authentication/constants/metrics.contants.ts#L1
Type of computed property's value is '{ address: string; blockHash: string; signature: string; body: string; host: string; ttl: number; extraInfo: { timestamp: number; }; }', which is not assignable to type 'MetricType'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/