Skip to content

fix(deps): update dependency fp-ts to v2.16.8 (#1014) #770

fix(deps): update dependency fp-ts to v2.16.8 (#1014)

fix(deps): update dependency fp-ts to v2.16.8 (#1014) #770

Triggered via push July 16, 2024 09:36
Status Failure
Total duration 38s
Artifacts

release.yml

on: push
npm publish / GitHub release
29s
npm publish / GitHub release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
npm publish / GitHub release: src/http-client.ts#L82
Argument of type 'AxiosResponseHeaders' is not assignable to parameter of type 'Headers'.
npm publish / GitHub release: src/http-client.ts#L91
Argument of type 'AxiosResponseHeaders' is not assignable to parameter of type 'Headers'.
npm publish / GitHub release: src/http-client.ts#L101
Argument of type 'AxiosResponseHeaders' is not assignable to parameter of type 'Headers'.
npm publish / GitHub release: src/http-client.ts#L113
Argument of type 'AxiosResponseHeaders' is not assignable to parameter of type 'Headers'.
npm publish / GitHub release: src/http-client.ts#L196
Type 'string | undefined' is not assignable to type 'string | null'.
npm publish / GitHub release: src/http-client.ts#L210
Type 'string | undefined' is not assignable to type 'string'.
npm publish / GitHub release: src/operations/operation.ts#L18
Type 'T' does not satisfy the constraint 'OperationParameter'.
npm publish / GitHub release: src/operations/operation.ts#L19
Type 'T' does not satisfy the constraint 'OperationParameter'.
npm publish / GitHub release: src/operations/operation.ts#L53
Type 'T' is not assignable to type 'object'.
npm publish / GitHub release: src/operations/operation.ts#L59
Type 'T' does not satisfy the constraint 'OperationParameter'.
npm publish / GitHub release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/