Skip to content

Commit

Permalink
chore: require node 8 for samples (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and ahrarmonsur committed Nov 17, 2022
1 parent 060cf00 commit b5b66bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-intelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-video-intelligence",
"engines": {
"node": ">=6.0.0"
"node": ">=8"
},
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
Expand Down

0 comments on commit b5b66bd

Please sign in to comment.