Skip to content

chore: dependency update #121

chore: dependency update

chore: dependency update #121

Triggered via pull request September 26, 2024 14:28
Status Failure
Total duration 1m 16s
Artifacts

npm-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
type-check: src/stories/led-circuit-builder.stories.tsx#L98
Type '({ type: "source_trace"; source_trace_id: string; connected_source_port_ids: string[]; connected_source_net_ids: string[]; } | { type: "source_port"; source_component_id: string; name: string; source_port_id: string; pin_number?: number; port_hints?: string[]; } | ... 48 more ... | { ...; })[]' is not assignable to type '({ type: "source_trace"; source_trace_id: string; connected_source_port_ids: string[]; connected_source_net_ids: string[]; } | { type: "source_port"; source_component_id: string; name: string; source_port_id: string; pin_number?: number; port_hints?: string[]; } | ... 52 more ... | { ...; })[]'.
type-check
Process completed with exit code 2.
type-check
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/