Skip to content

build(deps-dev): bump @types/node from 18.14.6 to 20.1.4 #41

build(deps-dev): bump @types/node from 18.14.6 to 20.1.4

build(deps-dev): bump @types/node from 18.14.6 to 20.1.4 #41

Triggered via pull request May 15, 2023 02:05
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
Matrix: matrix
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
matrix (12.x): src/directions.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/distance.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/elevation.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/geocode/geocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/geocode/reversegeocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/places/autocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/places/details.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/places/findplacefromtext.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/places/placesnearby.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x): src/places/queryautocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/directions.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/distance.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/elevation.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/geocode/geocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/geocode/reversegeocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/places/autocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/places/details.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/places/findplacefromtext.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/places/placesnearby.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (16.x): src/places/queryautocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/directions.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/distance.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/elevation.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/geocode/geocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/geocode/reversegeocode.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/places/autocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/places/details.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/places/findplacefromtext.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/places/placesnearby.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (14.x): src/places/queryautocomplete.ts#L1
Value of type '(params: { [key: string]: any; }) => any' has no properties in common with type 'ParamsSerializerOptions'. Did you mean to call it?
matrix (12.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
matrix (16.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
matrix (14.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.