From 6d8ca637b2575ae3bd6d5a5ebb19fc34f89f71e0 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 30 Jul 2018 07:52:04 -0700 Subject: [PATCH] chore: require node 8 for samples (#56) --- 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 66c5034c47..a301bdca49 100644 --- a/container/snippets/package.json +++ b/container/snippets/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=6.0.0" + "node": ">=8" }, "repository": "googleapis/nodejs-cloud-container", "private": true,