Skip to content

fix(deps): update dependency marked to v14 #1902

fix(deps): update dependency marked to v14

fix(deps): update dependency marked to v14 #1902

Triggered via pull request September 4, 2024 02:09
Status Failure
Total duration 2m 18s
Artifacts

frontend_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Type '(text: any, level: any, raw: any) => string' is not assignable to type '({ tokens, depth }: Heading) => string'.
build
Parameter 'text' implicitly has an 'any' type.
build
Parameter 'level' implicitly has an 'any' type.
build
Parameter 'raw' implicitly has an 'any' type.
build
Type '(href: any, title: any, alt: any) => string' is not assignable to type '({ href, title, text }: Image) => string'.
build
Parameter 'href' implicitly has an 'any' type.
build
Parameter 'title' implicitly has an 'any' type.
build
Parameter 'alt' implicitly has an 'any' type.
build
Type '(href: any, title: any, text: any) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
build
Parameter 'href' implicitly has an 'any' type.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/