Skip to content

chore(openapi): bump to latest beta #634

chore(openapi): bump to latest beta

chore(openapi): bump to latest beta #634

Triggered via push January 21, 2024 13:24
Status Failure
Total duration 34s
Artifacts

CI.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build (18.x): src/routes/epochs/latest/parameters.ts#L1
Type 'QueryResult<EpochParameters>' is not assignable to type '{ rows: { epoch: number; min_fee_a: number; min_fee_b: number; max_block_size: number; max_tx_size: number; max_block_header_size: number; key_deposit: string; pool_deposit: string; e_max: number; ... 43 more ...; registered_tx_id: number; }[]; }'.
build (18.x): src/routes/epochs/number/parameters.ts#L1
Type 'QueryResult<EpochParameters>' is not assignable to type '{ rows: { epoch: number; min_fee_a: number; min_fee_b: number; max_block_size: number; max_tx_size: number; max_block_header_size: number; key_deposit: string; pool_deposit: string; e_max: number; ... 43 more ...; registered_tx_id: number; }[]; }'.
build (18.x)
Process completed with exit code 2.
build (18.x)
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/