Skip to content

Couple of Fixes for Block Components #82

Couple of Fixes for Block Components

Couple of Fixes for Block Components #82

Triggered via pull request July 30, 2024 15:03
Status Failure
Total duration 1m 1s
Artifacts

typecheck.yaml

on: pull_request
Typecheck
51s
Typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typecheck: components/Categories.vue#L4
Argument of type 'string' is not assignable to parameter of type 'never'.
Typecheck: components/base/UForm.vue#L3
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/base/UForm.vue#L30
Argument of type 'string' is not assignable to parameter of type 'never'.
Typecheck: components/blocks/Faqs.vue#L2
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/blocks/Team.vue#L12
Argument of type 'string' is not assignable to parameter of type 'never'.
Typecheck: components/help/ArticleDetail.vue#L20
Argument of type 'string' is not assignable to parameter of type 'never'.
Typecheck: components/help/ArticleDetail.vue#L62
Type 'undefined' is not assignable to type 'string'.
Typecheck: components/help/CollectionsDetail.vue#L18
Argument of type 'string' is not assignable to parameter of type 'never'.
Typecheck: components/help/CollectionsDetail.vue#L45
Type 'undefined' is not assignable to type 'string'.
Typecheck
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, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/