Skip to content

feat: 结束节点支持选择多个变量 #53

feat: 结束节点支持选择多个变量

feat: 结束节点支持选择多个变量 #53

Triggered via pull request September 2, 2024 03:45
Status Failure
Total duration 1m 56s
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
'React' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Cannot find module '@lexical/text' or its corresponding type declarations.
CI: JavaScript (16, 3.8) / CI
Type 'typeof import("/home/runner/work/magent/magent/node_modules/.pnpm/@lexical[email protected][email protected][email protected][email protected]/node_modules/@lexical/react/LexicalErrorBoundary")' is not assignable to type 'ErrorBoundaryType'.
CI: JavaScript (16, 3.8) / CI
'React' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
'React' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Could not find a declaration file for module 'react-dom'. '/home/runner/work/magent/magent/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/index.js' implicitly has an 'any' type.
CI: JavaScript (16, 3.8) / CI
'React' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Cannot find module '@lexical/text' or its corresponding type declarations.
CI: JavaScript (16, 3.8) / CI
'setNodes' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Type '{ id: string; position?: XYPosition | undefined; type?: string | undefined; data?: NodeDataType | undefined; selected?: boolean | undefined; }' is not assignable to type 'NodeDataType'.
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/