Fixing some warnings due to union types #32259
node-test.yml
on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: vscode_integration
Matrix: vscode_unit
Matrix: integration-windows
Matrix: integration
Annotations
3 errors and 12 warnings
vscode_integration (20)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
vscode_integration (18)
The job was canceled because "_20" failed.
|
vscode_integration (18)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
check-package-lock-vsce (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-package-lock (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-json-schema (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint (20):
src/firebaseConfigValidate.ts#L24
Unsafe assignment of an `any` value
|
lint (20):
src/firebaseConfigValidate.ts#L29
This assertion is unnecessary since it does not change the type of the expression
|
lint (20):
src/firebaseConfigValidate.ts#L29
Forbidden non-null assertion
|
lint (20):
src/firebaseConfigValidate.ts#L32
Missing return type on function
|
lint (20):
src/firebaseConfigValidate.ts#L32
Missing JSDoc comment
|
lint (20):
src/firebaseConfigValidate.ts#L42
Invalid type "string | undefined" of template literal expression
|
unit (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|