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 grayside committed Nov 3, 2022
1 parent 332a95a commit 2fe020a
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 2fe020a

Please sign in to comment.