From 41fcde60f5dfc9ce530047f8261337e0b3f66c67 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 9 Jul 2018 22:55:54 -0700 Subject: [PATCH] fix: drop support for node.js 4.x and 9.x (#46) * fix: drop support for node.js 4.x and 9.x * fix my blunder --- container/snippets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/snippets/package.json b/container/snippets/package.json index d63ae903c9..66c5034c47 100644 --- a/container/snippets/package.json +++ b/container/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=4.0.0" + "node": ">=6.0.0" }, "repository": "googleapis/nodejs-cloud-container", "private": true,