Skip to content

fix(deps): update dependency @azure/functions to v4 #185

fix(deps): update dependency @azure/functions to v4

fix(deps): update dependency @azure/functions to v4 #185

Triggered via pull request June 8, 2024 09:28
Status Failure
Total duration 36s
Artifacts

ci.yaml

on: pull_request
๐Ÿ› ๏ธ Build
21s
๐Ÿ› ๏ธ Build
๐Ÿงช Test
27s
๐Ÿงช Test
๐Ÿ”— Lint
23s
๐Ÿ”— Lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
๐Ÿ› ๏ธ Build: src/func-v3.ts#L9
Module '"@azure/functions"' has no exported member 'AzureFunction'.
๐Ÿ› ๏ธ Build: src/func-v3.ts#L10
Module '"@azure/functions"' has no exported member 'Context'.
๐Ÿ› ๏ธ Build: src/func-v3.ts#L12
'"@azure/functions"' has no exported member named 'HttpRequestHeaders'. Did you mean 'HttpRequestParams'?
๐Ÿ› ๏ธ Build: src/func-v3.ts#L85
Argument of type 'ReadableStream<any> | null' is not assignable to parameter of type 'string | null | undefined'.
๐Ÿ› ๏ธ Build: src/func-v3.ts#L85
Element implicitly has an 'any' type because type 'Headers' has no index signature. Did you mean to call 'req.headers.get'?
๐Ÿ› ๏ธ Build: src/func-v3.ts#L112
Argument of type '{}' is not assignable to parameter of type 'string'.
๐Ÿ› ๏ธ Build
Process completed with exit code 1.
๐Ÿงช Test
Process completed with exit code 1.