Skip to content

Convert project to TypeScript #140

Convert project to TypeScript

Convert project to TypeScript #140

Re-run triggered October 23, 2023 15:54
Status Failure
Total duration 35s
Artifacts

ci.yml

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

Annotations

8 errors
CI - node 14.x: lib/cmd-login.ts#L71
Type 'string | null' is not assignable to type 'string'.
CI - node 14.x: lib/cmd-search.ts#L40
Property 'json' does not exist on type 'typeof import("npm-registry-fetch")'.
CI - node 14.x: lib/core.ts#L173
Property 'email' does not exist on type 'NpmAuth'.
CI - node 14.x: lib/core.ts#L174
Property 'password' does not exist on type 'NpmAuth'.
CI - node 14.x: lib/core.ts#L175
Property 'token' does not exist on type 'NpmAuth'.
CI - node 14.x: lib/core.ts#L176
Property 'username' does not exist on type 'NpmAuth'.
CI - node 14.x: lib/core.ts#L190
Argument of type '{ auth: NpmAuth; }' is not assignable to parameter of type 'GetParams'.
CI - node 14.x
Process completed with exit code 2.