Bump Cloud Functions Node version from 12 -> 16 (#563)

This commit is contained in:
Marshall Polaris 2022-06-23 22:09:54 -07:00 committed by GitHub
parent d8a0cc281d
commit db3c65a974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"functions": {
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"runtime": "nodejs12",
"runtime": "nodejs16",
"source": "functions"
},
"firestore": {