Skip to content

Commit 1fc3ae1

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
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
1 parent 8d10a63 commit 1fc3ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google Inc.",
66
"engines": {
7-
"node": ">=4.0.0"
7+
"node": ">=6.0.0"
88
},
99
"repository": "googleapis/nodejs-cloud-container",
1010
"private": true,

0 commit comments

Comments
 (0)