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 237c014 commit 136a017Copy full SHA for 136a017
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