Teasing 2023 #539
Annotations
1 error and 6 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/operations/upload.ts#L3
`sharp` import should occur before import of `../utils/env`
|
src/operations/upload.ts#L8
Delete `⏎`
|
src/operations/upload.ts#L12
Replace `(file.mimetype·===·'image/jpeg')⏎····compressedFile·=·await·sharp(file.buffer).jpeg({quality:·80` with `·(file.mimetype·===·'image/jpeg')·compressedFile·=·await·sharp(file.buffer).jpeg({·quality:·80·`
|
src/operations/upload.ts#L14
Insert `·`
|
src/operations/upload.ts#L15
Replace `quality:·100` with `·quality:·100·`
|
The logs for this run have expired and are no longer available.
Loading