Skip to content

fix: types for astro >=4.14.0 #14

fix: types for astro >=4.14.0

fix: types for astro >=4.14.0 #14

Triggered via pull request August 22, 2024 15:40
Status Failure
Total duration 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Parameter 'params' implicitly has an 'any' type.
build
Property 'defineRouteConfig' does not exist on type '{}'.
build
Property 'logger' does not exist on type '{}'.
build
Argument of type '{}' is not assignable to parameter of type '{ config: AstroConfig; command: "dev" | "build" | "preview"; isRestart: boolean; updateConfig: (newConfig: DeepPartial<AstroConfig>) => AstroConfig; ... 8 more ...; logger: AstroIntegrationLogger; }'.
build
Property 'config' does not exist on type '{}'.
build
Binding element 'routeData' implicitly has an 'any' type.
build
Parameter 'callback' implicitly has an 'any' type.
build
Property 'logger' does not exist on type '{}'.
build
Property 'routes' does not exist on type '{}'.
build
Parameter 'e' implicitly has an 'any' type.
build
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/