Skip to content

chore(deps): upgrade to latest #150

chore(deps): upgrade to latest

chore(deps): upgrade to latest #150

Triggered via pull request October 31, 2024 13:50
Status Failure
Total duration 37s
Artifacts

node.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: _codux/mocks/order.ts#L7
Type '{ productName: { original: string; }; price: { amount: string; formattedAmount: string; }; totalPriceBeforeTax: { amount: string; formattedAmount: string; }; descriptionLines: ({ name: { original: string; }; lineType: orders.DescriptionLineType.COLOR; colorInfo: { ...; }; color: string; } | { ...; })[]; ... 4 more ....' is not assignable to type 'OrderLineItem & OrderLineItemNonNullableFields'.
build: _codux/mocks/order.ts#L45
Type '{ productName: { original: string; }; price: { amount: string; formattedAmount: string; }; totalPriceBeforeTax: { amount: string; formattedAmount: string; }; descriptionLines: never[]; _id: string; image: string; locations: never[]; paymentOption: orders.PaymentOptionType.FULL_PAYMENT_OFFLINE; quantity: number; }' is not assignable to type 'OrderLineItem & OrderLineItemNonNullableFields'.
build
Process completed with exit code 2.