From a8496dbe2a7b455f5ab85c548f3c64878818269f Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 2 May 2019 11:32:03 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.10.0 (#214) --- packages/google-cloud-texttospeech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-texttospeech/package.json b/packages/google-cloud-texttospeech/package.json index 4f91f270815..a80eef4aff6 100644 --- a/packages/google-cloud-texttospeech/package.json +++ b/packages/google-cloud-texttospeech/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=6.0.0" + "node": ">=8.10.0" }, "repository": "googleapis/nodejs-text-to-speech", "main": "src/index.js",