Skip to content

change barcode reader #12

change barcode reader

change barcode reader #12

Triggered via pull request November 23, 2024 06:10
@peccupeccu
synchronize #44
qrcode
Status Failure
Total duration 32s
Artifacts

ci.yml

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

Annotations

15 errors and 1 warning
build (18.x): src/components/book/NewBookForm.vue#L8
Already included file name '/home/runner/work/book-progress/book-progress/src/components/book/QrCodeReader.vue.ts' differs from file name '/home/runner/work/book-progress/book-progress/src/components/book/QRCodeReader.vue.ts' only in casing.
build (18.x): src/components/book/NewBookForm.vue#L60
Parameter 'detectedCodes' implicitly has an 'any' type.
build (18.x): src/components/book/NewBookForm.vue#L62
Parameter 'code' implicitly has an 'any' type.
build (18.x): src/components/book/QRCodeReader.vue#L69
Module '"vue-qrcode-reader"' has no exported member 'DetectedBarcode'.
build (18.x): src/components/book/NewBookForm.vue#L63
Parameter 'code' implicitly has an 'any' type.
build (18.x): src/components/book/QRCodeReader.vue#L103
Type '({ label: string; constraints: { facingMode: string; }; } | { label: string; constraints: { deviceId: string; }; })[]' is not assignable to type '{ label: string; constraints: { facingMode: string; }; }[]'.
build (18.x)
Process completed with exit code 2.
build (16.x)
The job was canceled because "_18_x" failed.
build (16.x): src/components/book/NewBookForm.vue#L8
Already included file name '/home/runner/work/book-progress/book-progress/src/components/book/QrCodeReader.vue.ts' differs from file name '/home/runner/work/book-progress/book-progress/src/components/book/QRCodeReader.vue.ts' only in casing.
build (16.x): src/components/book/NewBookForm.vue#L60
Parameter 'detectedCodes' implicitly has an 'any' type.
build (16.x): src/components/book/NewBookForm.vue#L62
Parameter 'code' implicitly has an 'any' type.
build (16.x): src/components/book/QRCodeReader.vue#L69
Module '"vue-qrcode-reader"' has no exported member 'DetectedBarcode'.
build (16.x): src/components/book/NewBookForm.vue#L63
Parameter 'code' implicitly has an 'any' type.
build (16.x): src/components/book/QRCodeReader.vue#L103
Type '({ label: string; constraints: { facingMode: string; }; } | { label: string; constraints: { deviceId: string; }; })[]' is not assignable to type '{ label: string; constraints: { facingMode: string; }; }[]'.
build (16.x)
The operation was canceled.
build (18.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/