Skip to content

Commit 56f1c6b

Browse files
JustinBeckwithstephenplusplus
authored andcommitted
chore: require node 8 for samples (#142)
1 parent 935adbd commit 56f1c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google Inc.",
77
"repository": "googleapis/nodejs-vision",
88
"engines": {
9-
"node": ">=6.0.0"
9+
"node": ">=8"
1010
},
1111
"scripts": {
1212
"test": "ava -T 1m --verbose system-test/*.test.js"

0 commit comments

Comments
 (0)