From 25fc810a8253436b7a531063a4e1b2b2ab47a462 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 10 Feb 2023 19:55:18 -0800 Subject: [PATCH] Bump function runtime from Node 16 to Node 18 (#1507) --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 1e84cc18fb..5c68abe362 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "functions": { "predeploy": "cd backend/functions && yarn build", - "runtime": "nodejs16", + "runtime": "nodejs18", "source": "backend/functions/dist", "ignore": [ "node_modules",