update packages #142
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/
|