Skip to content

fix: layout auth

fix: layout auth #41

Triggered via push April 28, 2024 06:43
Status Failure
Total duration 39s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
deploy: src/components/forms/AuthorForm.vue#L1
Argument of type '"update:series"' is not assignable to parameter of type '"update:author"'.
deploy: src/components/forms/AuthorForm.vue#L1
Property 'seriesName' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{ readonly author: Author; "onUpdate:author"?: ((author: Author) => any) | undefined; onClose?: (() => any) | undefined; } & ... 4 more ... & { ...; }, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T ex...'.
deploy: src/components/forms/AuthorForm.vue#L1
Property 'seriesURL' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{ readonly author: Author; "onUpdate:author"?: ((author: Author) => any) | undefined; onClose?: (() => any) | undefined; } & ... 4 more ... & { ...; }, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T ex...'.
deploy
Process completed with exit code 1.
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-***-github-actions-transitioning-from-node-16-to-node-20/.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/