Skip to content

refactor(eas-cli): use built-in Node fetch instead of undici #6886

refactor(eas-cli): use built-in Node fetch instead of undici

refactor(eas-cli): use built-in Node fetch instead of undici #6886

Triggered via pull request June 10, 2024 10:58
Status Failure
Total duration 1m 19s
Artifacts

test.yml

on: pull_request
Matrix: test
Notify Slack
0s
Notify Slack
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 2 warnings
Test with Node 22
Type 'FormData' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 22
Type 'ReadStream' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 22
Module '"../fetch"' has no exported member 'Agent'. Did you mean to use 'import Agent from "../fetch"' instead?
Test with Node 22
Unused '@ts-expect-error' directive.
Test with Node 22
Object literal may only specify known properties, and 'dispatcher' does not exist in type 'RequestInit'.
Test with Node 22
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 22
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 22
Process completed with exit code 1.
Test with Node 20
The job was canceled because "_22" failed.
Test with Node 20
Type 'FormData' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 20
Type 'ReadStream' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 20
Module '"../fetch"' has no exported member 'Agent'. Did you mean to use 'import Agent from "../fetch"' instead?
Test with Node 20
Unused '@ts-expect-error' directive.
Test with Node 20
Object literal may only specify known properties, and 'dispatcher' does not exist in type 'RequestInit'.
Test with Node 20
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 20
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 20
Process completed with exit code 1.
Test with Node 18
The job was canceled because "_22" failed.
Test with Node 18
Type 'FormData' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 18
Type 'ReadStream' is not assignable to type 'BodyInit | null | undefined'.
Test with Node 18
Module '"../fetch"' has no exported member 'Agent'. Did you mean to use 'import Agent from "../fetch"' instead?
Test with Node 18
Unused '@ts-expect-error' directive.
Test with Node 18
Object literal may only specify known properties, and 'dispatcher' does not exist in type 'RequestInit'.
Test with Node 18
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 18
Argument of type 'ReadableStream<Uint8Array>' is not assignable to parameter of type 'ReadableStream<any>'.
Test with Node 18
Process completed with exit code 1.
Test with Node 22
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test with Node 22
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/