Expose functions.config in the v2 namespace to avoid breaking the Functions Emulator #3563
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration_test/functions/src/index.ts#L20
Unsafe assignment of an `any` value
|
integration_test/functions/src/index.ts#L25
Unexpected any. Specify a different type
|
integration_test/functions/src/index.ts#L26
Invalid type "any" of template literal expression
|
integration_test/functions/src/index.ts#L26
Unsafe member access .projectId on an `any` value
|
integration_test/functions/src/index.ts#L34
Unsafe assignment of an `any` value
|
integration_test/functions/src/index.ts#L43
Unexpected any. Specify a different type
|
integration_test/functions/src/index.ts#L44
Unsafe assignment of an `any` value
|
integration_test/functions/src/index.ts#L44
Unsafe call of an `any` typed value
|
integration_test/functions/src/index.ts#L45
Invalid type "any" of template literal expression
|
integration_test/functions/src/index.ts#L45
Unsafe member access .projectId on an `any` value
|
This job succeeded
Loading