Skip to content

fix(json-api-express): make sure response status is a number #301

fix(json-api-express): make sure response status is a number

fix(json-api-express): make sure response status is a number #301

Triggered via pull request December 12, 2023 21:10
@joelalejandrojoelalejandro
synchronize #370
Status Failure
Total duration 32s
Artifacts

nodejs.yml

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

Annotations

16 errors and 4 warnings
build (18.x): src/processors/knex-processor.ts#L326
Argument of type 'string | number' is not assignable to parameter of type 'number'.
build (18.x): src/processors/knex-processor.ts#L326
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (18.x): src/processors/knex-processor.ts#L326
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (18.x): src/processors/knex-processor.ts#L326
Argument of type 'string' is not assignable to parameter of type 'number'.
build (18.x)
Process completed with exit code 1.
build (20.x): src/processors/knex-processor.ts#L326
Argument of type 'string | number' is not assignable to parameter of type 'number'.
build (20.x): src/processors/knex-processor.ts#L326
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (20.x): src/processors/knex-processor.ts#L326
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (20.x): src/processors/knex-processor.ts#L326
Argument of type 'string' is not assignable to parameter of type 'number'.
build (20.x)
Process completed with exit code 1.
build (16.x): src/processors/knex-processor.ts#L326
Argument of type 'string | number' is not assignable to parameter of type 'number'.
build (16.x): src/processors/knex-processor.ts#L326
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (16.x): src/processors/knex-processor.ts#L326
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
build (16.x): src/processors/knex-processor.ts#L326
Argument of type 'string' is not assignable to parameter of type 'number'.
build (16.x)
Process completed with exit code 1.
build (14.x)
The operation was canceled.
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@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/