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 747e0c6 commit 8360ae8Copy full SHA for 8360ae8
integration_test/run.ts
@@ -61,7 +61,7 @@ const config = {
61
projectId: PROJECT_ID,
62
projectDir: process.cwd(),
63
sourceDir: `${process.cwd()}/functions`,
64
- runtime: TEST_RUNTIME === "node" ? "nodejs18" : "python",
+ runtime: TEST_RUNTIME === "node" ? "nodejs18" : "python311",
65
};
66
67
console.log("Firebase config created: ");
0 commit comments