Skip to content

feat: add archiving data to nodes #20

feat: add archiving data to nodes

feat: add archiving data to nodes #20

Triggered via pull request November 15, 2024 23:55
Status Failure
Total duration 1m 30s
Artifacts

backend-build.yml

on: pull_request
Backend Build Check
1m 19s
Backend Build Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Backend Build Check
Could not find a declaration file for module 'lru-cache'. '/home/runner/work/auto-drive/auto-drive/backend/node_modules/lru-cache/index.js' implicitly has an 'any' type.
Backend Build Check
Argument of type 'number | bigint' is not assignable to parameter of type 'bigint'.
Backend Build Check
Operator '+' cannot be applied to types 'bigint' and 'number'.
Backend Build Check
Argument of type 'bigint' is not assignable to parameter of type 'number'.
Backend Build Check
Argument of type 'number' is not assignable to parameter of type 'bigint'.
Backend Build Check
Argument of type 'number' is not assignable to parameter of type 'bigint'.
Backend Build Check
Type '{ size: bigint; cid: string; }[]' is not assignable to type 'ChunkInfo[]'.
Backend Build Check
Argument of type 'bigint' is not assignable to parameter of type 'number'.
Backend Build Check
Object literal may only specify known properties, and 'maxNodeSize' does not exist in type '{ maxChunkSize?: number | undefined; }'.
Backend Build Check
Argument of type 'bigint' is not assignable to parameter of type 'number'.
Backend Build Check
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/