Skip to content

Update Field Definitions #59

Update Field Definitions

Update Field Definitions #59

Triggered via pull request July 5, 2024 06:37
Status Failure
Total duration 36s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20.x): src/components/Fields/TextFieldEditor.tsx#L29
Type '(string | number | ValidationSchemaElement)[]' is not assignable to type '(string | number)[]'.
build (20.x): src/state/migrateNotebook.test.ts#L16
'vi' is declared but its value is never read.
build (20.x): src/state/store.ts#L31
Type instantiation is excessively deep and possibly infinite.
build (20.x): src/state/uiSpec-reducer.ts#L56
Type instantiation is excessively deep and possibly infinite.
build (20.x): src/test-notebook.ts#L58
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x): src/test-notebook.ts#L89
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x): src/test-notebook.ts#L127
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x): src/test-notebook.ts#L158
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x): src/test-notebook.ts#L188
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x): src/test-notebook.ts#L218
Type 'boolean' is not assignable to type '{ include: boolean; label: string; }'.
build (20.x)
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/