Skip to content

104 checkout page

104 checkout page #517

Triggered via pull request July 23, 2024 13:10
Status Failure
Total duration 49s
Artifacts

application.yml

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

Annotations

6 errors and 1 warning
build (20.x): src/components/Orders/Orders.tsx#L112
Type '(column: "string") => void' is not assignable to type '(column: "id" | "order") => void'.
build (20.x): src/components/Orders/Table.tsx#L30
Argument of type '"trackingNumber"' is not assignable to parameter of type '"id" | "order"'.
build (20.x): src/components/Orders/Table.tsx#L37
Argument of type '"updatedAt"' is not assignable to parameter of type '"id" | "order"'.
build (20.x): src/components/Orders/Table.tsx#L44
Argument of type '"status"' is not assignable to parameter of type '"id" | "order"'.
build (20.x): src/components/Orders/Table.tsx#L51
Argument of type '"totalAmount"' is not assignable to parameter of type '"id" | "order"'.
build (20.x)
Process completed with exit code 2.
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/