From 32485f467b724023a19f37588cf8ac26c96d4a0e Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 2 May 2019 11:29:30 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.10.0 (#608) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 848405c85..6a9d60a2f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=6.0.0" + "node": ">=8.10.0" }, "repository": "googleapis/nodejs-firestore", "main": "./build/src/index.js",