From a5db7d890a707d88690d78e1e16cc71e2acac9ef Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 17 May 2019 15:33:00 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.13.0 (#636) Updating Minimum Node version to match GRPC JS BREAKING CHANGE: library now requires Node >= 8.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5665f4a9f..22868c676 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=8.10.0" + "node": "^8.13.0 || >=10.10.0" }, "repository": "googleapis/nodejs-firestore", "main": "./build/src/index.js",