Skip to content

version 0.1.17

version 0.1.17 #61

Triggered via pull request September 8, 2024 16:11
@BroKunBroKun
synchronize #57
next
Status Failure
Total duration 1m 55s
Artifacts

ci.yml

on: pull_request
Matrix: CI: JavaScript
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
CI: JavaScript (16, 3.8) / CI
'handleSelectWorkflowVariable' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Element implicitly has an 'any' type because expression of type 'number | unique symbol | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | ... 36 more ... | "valueOf"' can't be used to index type '{ success: { Label: string; Color: string; Cssclsname: string; }; processing: { Label: string; Color: string; Cssclsname: string; }; warning: { Label: string; Color: string; Cssclsname: string; }; error: { ...; }; }'.
CI: JavaScript (16, 3.8) / CI
'node.name' is possibly 'undefined'.
CI: JavaScript (16, 3.8) / CI
Type '(val: [string, string]) => void | undefined' is not assignable to type '(value: (string | number | null)[], selectOptions: DefaultOptionType[]) => void'.
CI: JavaScript (16, 3.8) / CI
Argument of type '(set: (partial: FlowStoreType | Partial<FlowStoreType> | ((state: FlowStoreType) => FlowStoreType | Partial<FlowStoreType>), replace?: boolean | undefined) => void, get: () => FlowStoreType) => { ...; }' is not assignable to parameter of type 'StateCreator<FlowStoreType, [], [], FlowStoreType>'.
CI: JavaScript (16, 3.8) / CI
Element implicitly has an 'any' type because index expression is not of type 'number'.
CI: JavaScript (16, 3.8) / CI
Element implicitly has an 'any' type because index expression is not of type 'number'.
CI: JavaScript (16, 3.8) / CI
Element implicitly has an 'any' type because index expression is not of type 'number'.
CI: JavaScript (16, 3.8) / CI
Element implicitly has an 'any' type because index expression is not of type 'number'.
CI: JavaScript (16, 3.8) / CI
Parameter 'upstreamNode' implicitly has an 'any' type.
CI: JavaScript (16, 3.8) / CI
The following actions use a deprecated Node.js version 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/