Skip to content

Rework core and engine subgraph handling #133

Rework core and engine subgraph handling

Rework core and engine subgraph handling #133

Triggered via push December 23, 2023 01:07
Status Failure
Total duration 1m 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
'"@baklavajs/core"' has no exported member named 'GRAPH_TEMPLATE_INPUT_NODE_TYPE'. Did you mean 'GRAPH_INPUT_NODE_TYPE'?
build
'"@baklavajs/core"' has no exported member named 'GRAPH_TEMPLATE_OUTPUT_NODE_TYPE'. Did you mean 'GRAPH_OUTPUT_NODE_TYPE'?
build
Argument of type '{ id: string; nodeInterfaceId: string; name: string; }' is not assignable to parameter of type 'IGraphInterface'.
build
Argument of type '{ id: string; nodeInterfaceId: string; name: string; }' is not assignable to parameter of type 'IGraphInterface'.
build
'"@baklavajs/core"' has no exported member named 'GRAPH_TEMPLATE_INPUT_NODE_TYPE'. Did you mean 'GRAPH_INPUT_NODE_TYPE'?
build
'"@baklavajs/core"' has no exported member named 'GRAPH_TEMPLATE_OUTPUT_NODE_TYPE'. Did you mean 'GRAPH_OUTPUT_NODE_TYPE'?
build
Argument of type '{ id: any; name: string; nodeInterfaceId: string; }' is not assignable to parameter of type 'IGraphInterface'.
build
Property 'graphInterfaceId' does not exist on type 'SubgraphInputNode'.
build
Argument of type '{ id: any; name: string; nodeInterfaceId: string; }' is not assignable to parameter of type 'IGraphInterface'.
build
Property 'graphInterfaceId' does not exist on type 'SubgraphOutputNode'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/