We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bc77f commit e463f85Copy full SHA for e463f85
integration_test/functions/src/index.ts
@@ -115,7 +115,7 @@ async function updateRemoteConfig(
115
}
116
117
118
-function v1Tests(testId: string, accessToken: string): Array<Promise<void>> {
+function v1Tests(testId: string, accessToken: string): Array<Promise<unknown>> {
119
return [
120
// A database write to trigger the Firebase Realtime Database tests.
121
admin
integration_test/run_tests.sh
@@ -114,7 +114,7 @@ function cleanup {
114
build_sdk
delete_all_functions
-for version in 12 14 16; do
+for version in 14 16; do
create_package_json $TIMESTAMP $version "^10.0.0"
install_deps
announce "Re-deploying the same functions to Node $version runtime ..."
0 commit comments