Skip to content
Triggered via push October 28, 2024 14:20
Status Failure
Total duration 19s
Artifacts

build-test.yml

on: push
build-and-test
11s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build-and-test: src/print-ast.ts#L17
Argument of type '{ rootNode: any; ident: { indent: string; lineEnd: string; }; }' is not assignable to parameter of type 'Root'.
build-and-test: src/print-ast.ts#L17
Property 'html' does not exist on type 'Root'.
build-and-test: src/print-ast.ts#L21
Argument of type '{ script: AST.Script; ident: { indent: string; lineEnd: string; }; }' is not assignable to parameter of type 'Root'.
build-and-test: src/print-ast.ts#L22
Argument of type '{ script: AST.Script; ident: { indent: string; lineEnd: string; }; }' is not assignable to parameter of type 'Root'.
build-and-test
Process completed with exit code 1.
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/