Skip to content

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

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

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

Triggered via pull request June 2, 2024 16:41
Status Failure
Total duration 43s
Artifacts

ci.yaml

on: pull_request
๐Ÿ› ๏ธ Build
33s
๐Ÿ› ๏ธ Build
๐Ÿงช Test
31s
๐Ÿงช Test
๐Ÿ”— Lint
22s
๐Ÿ”— Lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
๐Ÿงช Test
Process completed with exit code 1.
๐Ÿ› ๏ธ 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.