Skip to content
Triggered via push August 30, 2023 10:46
Status Failure
Total duration 1m 21s
Artifacts

integrate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci_to_main: environment.d.ts#L1
Property 'MAX_FEE' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'FEE_PERCENT' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'INVOICE_EXPIRATION_WINDOW' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'HOLD_INVOICE_EXPIRATION_WINDOW' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'MAX_DISPUTES' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'HOLD_INVOICE_CLTV_DELTA' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'HOLD_INVOICE_CLTV_DELTA_SAFETY_WINDOW' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'PENDING_PAYMENT_WINDOW' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'ORDER_PUBLISHED_EXPIRATION_WINDOW' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main: environment.d.ts#L1
Property 'MIN_PAYMENT_AMT' of type 'number' is not assignable to 'string' index type 'string | undefined'.
ci_to_main
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/