Skip to content

fix: some known bugd #367

fix: some known bugd

fix: some known bugd #367

Triggered via push June 14, 2024 08:32
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
type-check
17s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
type-check: examples/scene1.ts#L3
Cannot find module '@newcar/basic' or its corresponding type declarations.
type-check: examples/scene1.ts#L15
Namespace '"/home/runner/work/newcar/newcar/packages/newcar/src/index"' has no exported member 'T'.
type-check: examples/scene1.ts#L20
Cannot find name 'Anim'.
type-check: mods/mod-chart/src/widgets/barChart.ts#L139
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L168
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L201
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L209
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/baseSimpleChart.ts#L57
Property 'style' in type 'BaseSimpleChart' is not assignable to the same property in base type 'BaseChart'.
type-check: mods/mod-chart/src/widgets/baseSimpleChart.ts#L103
Argument of type '[ChartLayout]' is not assignable to parameter of type 'Widget[] | ((parent: Widget) => Widget)[]'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L104
Property 'style' in type 'ChartLayout' is not assignable to the same property in base type 'BaseChart'.
type-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
type-check
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/