chore(deps): bump @mittwald/api-client from 4.35.0 to 4.55.0 in the mittwald-api group across 1 directory #1570
test.yml
on: pull_request
Compile TypeScript
26s
Check license compatibility
25s
Run linters
29s
Run unit tests
25s
Assert README.md is up-to-date
0s
Build and run docker image
22s
Annotations
4 errors
Build and run docker image:
src/commands/backup/list.ts#L26
Type 'Response<BackupProjectBackup[], 200, "application/json"> | Response<{ [x: string]: unknown; }, 429, "application/json">' is not assignable to type 'ListResponse'.
|
Build and run docker image
Process completed with exit code 1.
|
Compile TypeScript:
src/commands/backup/list.ts#L26
Type 'Response<BackupProjectBackup[], 200, "application/json"> | Response<{ [x: string]: unknown; }, 429, "application/json">' is not assignable to type 'ListResponse'.
|
Compile TypeScript
Process completed with exit code 1.
|