Skip to content

Bug fixes

Bug fixes #487

Triggered via pull request September 9, 2024 11:29
@drborgesdrborges
synchronize #138
bug-fixes
Status Failure
Total duration 49s
Artifacts

ci.yml

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

Annotations

15 errors and 1 warning
build (16.x)
Type '(Handler | typeof MapHandler)[]' is not assignable to type 'Handler[]'.
build (16.x)
Property '[Symbol.iterator]' in type 'MapHandler<T>' is not assignable to the same property in base type 'DefaultHandler<Map<Link, T>>'.
build (16.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (16.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (16.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (16.x)
Argument of type 'Map<unknown, T>' is not assignable to parameter of type 'Map<Link, T>'.
build (16.x)
Process completed with exit code 1.
build (18.x)
The job was canceled because "_16_x" failed.
build (18.x)
Type '(Handler | typeof MapHandler)[]' is not assignable to type 'Handler[]'.
build (18.x)
Property '[Symbol.iterator]' in type 'MapHandler<T>' is not assignable to the same property in base type 'DefaultHandler<Map<Link, T>>'.
build (18.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (18.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (18.x)
Argument of type 'this' is not assignable to parameter of type 'Node<Map<unknown, T>> | DefaultHandler<Map<unknown, T>>'.
build (18.x)
Argument of type 'Map<unknown, T>' is not assignable to parameter of type 'Map<Link, T>'.
build (18.x)
Process completed with exit code 1.
build (16.x)
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/