diff --git a/functions/package.json b/functions/package.json index 2aff30b8..ee25965a 100755 --- a/functions/package.json +++ b/functions/package.json @@ -13,5 +13,8 @@ "firebase-admin": "~6.0.0", "firebase-functions": "^2.0.3" }, + "engines": { + "node": "8" + }, "private": true }