Skip to content

refactor(directus module) add error handling (#97) #72

refactor(directus module) add error handling (#97)

refactor(directus module) add error handling (#97) #72

Triggered via push July 18, 2024 15:31
Status Failure
Total duration 1m 37s
Artifacts

typecheck.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Typecheck: components/base/UForm.vue#L3
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/blocks/Faqs.vue#L2
Cannot find module '@nuxt/ui/dist/runtime/types' or its corresponding type declarations.
Typecheck: components/Motionable.vue#L2
Could not find a declaration file for module '@vueuse/motion'. '/home/runner/work/agency-os/agency-os/node_modules/.pnpm/@vueuse[email protected][email protected]/node_modules/@vueuse/motion/dist/index.mjs' implicitly has an 'any' type.
Typecheck: modules/directus/index.ts#L147
Argument of type 'unknown' is not assignable to parameter of type 'Input | IgnoredInput'.
Typecheck: modules/directus/index.ts#L197
Argument of type 'unknown' is not assignable to parameter of type 'Input | IgnoredInput'.
Typecheck
Process completed with exit code 1.
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/