Skip to content
Triggered via push August 22, 2024 00:33
Status Failure
Total duration 1m 15s
Artifacts

nodejs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Argument of type 'import("/home/runner/work/FWJS/FWJS/node_modules/.pnpm/vue-router@4.3.2_vue@3.4.26/node_modules/vue-router/dist/vue-router").Router' is not assignable to parameter of type 'import("/home/runner/work/FWJS/FWJS/node_modules/.pnpm/vue-router@4.4.0_vue@3.4.31/node_modules/vue-router/dist/vue-router").Router'.
build
Argument of type 'Pinia' is not assignable to parameter of type 'Plugin<[]>'.
build
Argument of type 'Plugin' is not assignable to parameter of type 'Plugin<[]>'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
build
Argument of type 'Ref<{ title: string; description: any; }>' is not assignable to parameter of type 'Ref<LazyHead>'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ rankComponent: any; isSingle: boolean; imgDomain: string; }> & Omit<{ readonly avatarComponent: any; readonly rankComponent: any; readonly isSingle: boolean; readonly imgDomain: string; readonly notFoundPage: any; } & VNodeProps & AllowedComponentProps & C...'.
build
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ rankComponent: any; isSingle: boolean; imgDomain: string; }> & Omit<{ readonly avatarComponent: any; readonly rankComponent: any; readonly isSingle: boolean; readonly imgDomain: string; readonly notFoundPage: any; } & VNodeProps & AllowedComponentProps & C...'.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/