Skip to content

Bump @types/node from 20.8.3 to 20.8.6 (#273) #633

Bump @types/node from 20.8.3 to 20.8.6 (#273)

Bump @types/node from 20.8.3 to 20.8.6 (#273) #633

Triggered via push October 14, 2023 10:25
Status Success
Total duration 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build: src/http.ts#L117
Argument of type 'Request' is not assignable to parameter of type 'RequestInfo'.
build: test/mock-api.ts#L7
Type 'FetchMockSandbox' is not assignable to type '{ (input: RequestInfo | URL, init?: RequestInit): Promise<Response>; (input: RequestInfo, init?: RequestInit): Promise<...>; }'.