Skip to content

chore: 🔖release 0.3.0 #269

chore: 🔖release 0.3.0

chore: 🔖release 0.3.0 #269

Triggered via push February 26, 2024 04:57
Status Failure
Total duration 5m 2s
Artifacts

publish.yml

on: push
package
0s
package
Publish to GitHub Packages
0s
Publish to GitHub Packages
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/index.ts#L64
Property 'randomRead' does not exist on type 'MakeTransmuxerOptions'.
build: src/index.ts#L66
Property 'write' does not exist on type 'MakeTransmuxerOptions'.
build: src/index.ts#L207
Conversion of type '{ input: { formatName: string; mimeType: string; duration: number; video_mime_type: string; audio_mime_type: string; }; output: { formatName: string; mimeType: string; duration: number; video_mime_type: string; audio_mime_type: string; }; }' to type 'Promise<{ input: MediaInfo; output: MediaInfo; }>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build: src/index.ts#L207
Conversion of type '{ input: { formatName: string; mimeType: string; duration: number; video_mime_type: string; audio_mime_type: string; }; output: { formatName: string; mimeType: string; duration: number; video_mime_type: string; audio_mime_type: string; }; }' to type 'Promise<{ input: MediaInfo; output: MediaInfo; }>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build: src/test.ts#L4
Module '"./utils"' has no exported member 'throttle'.
build: src/test.ts#L223
Type 'Chunk | Chunk | undefined' is not assignable to type 'Chunk'.
build: src/test.ts#L223
Type 'Chunk | undefined' is not assignable to type 'Chunk'.
build: src/test.ts#L238
'chunk' is possibly 'undefined'.
build: src/test.ts#L274
'chunk1' is possibly 'undefined'.
build: src/test.ts#L275
'chunk1' is possibly 'undefined'.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.