Skip to content

Commit

Permalink
fix: samples to require node>=8 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jul 26, 2018
1 parent 09126a6 commit ccde17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google LLC",
"repository": "googleapis/tasks",
"engines": {
"node": ">=6.14.2"
"node": ">=8"
},
"scripts": {
"lint": "npm run lint task.js",
Expand Down

0 comments on commit ccde17a

Please sign in to comment.