From db3c65a974f3e75b0f7a0a05b8d61ee3878ae456 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Thu, 23 Jun 2022 22:09:54 -0700 Subject: [PATCH] Bump Cloud Functions Node version from 12 -> 16 (#563) --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 8da7d8f3..de1e19b7 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "functions": { "predeploy": "npm --prefix \"$RESOURCE_DIR\" run build", - "runtime": "nodejs12", + "runtime": "nodejs16", "source": "functions" }, "firestore": {