Update dependencies and usage of them #118
Annotations
4 errors and 1 warning
Run make:
src/APIClient.ts#L1
Type '{ url?: string | undefined; method?: string | undefined; baseURL: string; transformRequest?: AxiosRequestTransformer | AxiosRequestTransformer[] | undefined; ... 37 more ...; jar?: boolean | ... 1 more ... | undefined; }' is not assignable to type '{ baseURL: string; headers: { common: { Authorization: string; 'User-Agent': string; }; }; maxBodyLength: number; maxContentLength: number; paramsSerializer: (params: any) => string; withCredentials: boolean; }'.
|
Run make:
src/APIClient.ts#L1
Argument of type '(r: AxiosRequestConfig) => AxiosRequestConfig' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
|
Run make:
src/Deployer.ts#L1
Property 'code' does not exist on type '{}'.
|
Run make
The operation was canceled.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading