Skip to content

build: use node 20 #445

build: use node 20

build: use node 20 #445

Triggered via push December 5, 2023 14:54
Status Failure
Total duration 2m 8s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
test / test
Cannot find name '__VUE_PROD_DEVTOOLS__'.
test / test
Argument of type 'CheckboxInputEmits<T>' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
test / test
Argument of type 'RadioInputEmits' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
test / test
Argument of type 'SelectInputEmits<T>' is not assignable to parameter of type 'SelectInputEmits<SelectOptionValue>'.
test / test
Type 'unknown' is not assignable to type 'string | number | string[] | undefined'.
test / test
Argument of type 'TextAreaEmits' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
test / test
Argument of type 'TextInputEmits' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
test / test
Cannot find name '__VUE_PROD_DEVTOOLS__'.
test / test
Cannot find name '__VUE_PROD_DEVTOOLS__'.
test / test
Argument of type 'CheckboxGroupEmits<T>' is not assignable to parameter of type 'CheckboxGroupEmits<CheckboxGroupModelValue>'.
release
Cannot find name '__VUE_PROD_DEVTOOLS__'.
release
Argument of type 'CheckboxGroupEmits<T>' is not assignable to parameter of type 'CheckboxGroupEmits<CheckboxGroupModelValue>'.
release
Argument of type 'CheckboxInputEmits<T>' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, string>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
release
Argument of type 'DropOffInputEmits' is not assignable to parameter of type '(name: "update:modelValue", ...args: unknown[]) => void'.
release
Argument of type '{ key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[] | undefined; ... 11 more ...; alt: string; }' is not assignable to parameter of type 'ImgHTMLAttributes & ReservedProps & Record<string, unknown>'.
release
Process completed with exit code 1.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: oleksiyrudenko/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/