Skip to content

Add support for deploying new blocking triggers #30917

Add support for deploying new blocking triggers

Add support for deploying new blocking triggers #30917

Triggered via pull request October 21, 2024 19:19
Status Success
Total duration 9m 44s
Artifacts

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_unit
Matrix: integration-windows
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
check-package-lock-vsce (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
check-package-lock (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
check-json-schema (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
lint (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
lint (20): src/deploy/functions/services/auth.ts#L48
Missing return type on function
lint (20): src/deploy/functions/services/auth.ts#L86
Forbidden non-null assertion
lint (20): src/deploy/functions/services/auth.ts#L93
Forbidden non-null assertion
lint (20): src/deploy/functions/services/auth.ts#L100
Forbidden non-null assertion
lint (20): src/deploy/functions/services/auth.ts#L107
Forbidden non-null assertion
lint (20): src/deploy/functions/services/index.ts#L48
Promise-returning function provided to property where a void return was expected
lint (20): src/deploy/functions/services/index.ts#L59
Promise-returning function provided to property where a void return was expected
lint (20): src/deploy/functions/services/index.ts#L70
Promise-returning function provided to property where a void return was expected
lint (20): src/deploy/functions/services/index.ts#L81
Promise-returning function provided to property where a void return was expected
lint (20): src/deploy/functions/services/index.ts#L95
Promise-returning function provided to property where a void return was expected
lint (20): firebase-vscode/src/data-connect/ad-hoc-mutations.ts#L146
Expected { after 'if' condition
lint (20): firebase-vscode/src/data-connect/ad-hoc-mutations.ts#L188
Expected { after 'if' condition
lint (20): firebase-vscode/src/extension.ts#L83
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L85
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L86
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L87
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L93
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L99
Missing semicolon
lint (20): firebase-vscode/src/extension.ts#L104
Missing semicolon
unit (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
unit (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
vscode_unit (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
vscode_unit (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/