Skip to content

Commit

Permalink
chore: require node 8 for samples (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
1 parent 5e6d6de commit 0b8b9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-translate",
"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 0b8b9c9

Please sign in to comment.