Skip to content

update packages

update packages #142

Triggered via push August 26, 2024 21:06
Status Failure
Total duration 47s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build (21, ubuntu-latest): src/module.ts#L36
Type '(_nuxt: Nuxt) => { autoImport: false; disableGraphql: false; generateTypes: true; host: string; registerAuthPlugins: false; registerPlugins: true; schema: null; storagePrefix: string; }' is not assignable to type 'Partial<ModuleOptions> | ((nuxt: Nuxt) => Partial<ModuleOptions>) | undefined'.
build (21, ubuntu-latest): src/module.ts#L65
Type 'string | null' is not assignable to type 'string'.
build (21, ubuntu-latest): src/module.ts#L66
Type 'string | null' is not assignable to type 'string'.
build (21, ubuntu-latest): src/module.ts#L169
Type 'string | null' is not assignable to type 'string'.
build (21, ubuntu-latest): src/module.ts#L178
Type 'string | null' is not assignable to type 'string | undefined'.
build (21, ubuntu-latest)
Process completed with exit code 1.
build (21, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/