Skip to content

Commit

Permalink
chore: require node 8 for samples (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jul 30, 2018
1 parent d7b4af6 commit cee19ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-compute",
"engines": {
"node": ">=6.0.0"
"node": ">=8"
},
"scripts": {
"system-test": "ava -T 20s --verbose system-test/*.test.js",
Expand Down

0 comments on commit cee19ba

Please sign in to comment.