Skip to content

Fix crashing chat file overview #126

Fix crashing chat file overview

Fix crashing chat file overview #126

Triggered via pull request October 21, 2024 09:46
Status Failure
Total duration 47s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
test
Type '({ postFile, odinId, channelId, mediaFiles, linkPreviews, onUpdate, }: { postFile: NewHomebaseFile<PostContent> | HomebaseFile<PostContent>; odinId?: string; channelId: string; mediaFiles?: (ImageSource | MediaFile)[]; linkPreviews?: LinkPreview[]; onUpdate?: (phase: string, progress: number) => void; }) => Promise<...' is not assignable to type 'MutationFunction<UploadResult | TransitUploadResult, { postFile: HomebaseFile<PostContent> | NewHomebaseFile<PostContent>; channelId: string; mediaFiles?: (ImageSource | MediaFile)[] | undefined; linkPreviews?: LinkPreview[] | undefined; onUpdate?: ((phase: string, progress: number) => void) | undefined; }>'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/