Skip to content

fix(deps): update dependency @tscircuit/builder to v1.5.137 #44

fix(deps): update dependency @tscircuit/builder to v1.5.137

fix(deps): update dependency @tscircuit/builder to v1.5.137 #44

Triggered via push July 11, 2024 09:44
Status Failure
Total duration 22s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
publish: src/convert-kicad-json-to-tscircuit-soup.ts#L110
Object literal may only specify known properties, and 'pcbX' does not exist in type '{ route: { x: string | number; y: string | number; via?: boolean | undefined; to_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | { name: "top" | ... 6 more ... | "inner6"; } | undefined; }[]; layer?: "top" | ... 8 more ... | undefined; strokeWidth?: string | ... 1 more .....'.
publish: src/convert-kicad-json-to-tscircuit-soup.ts#L142
Object literal may only specify known properties, and 'pcbX' does not exist in type '{ route: { x: string | number; y: string | number; via?: boolean | undefined; to_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | { name: "top" | ... 6 more ... | "inner6"; } | undefined; }[]; layer?: "top" | ... 8 more ... | undefined; strokeWidth?: string | ... 1 more .....'.
publish
Process completed with exit code 1.
publish
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/