Skip to content

Commit ccde17a

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix: samples to require node>=8 (#37)
1 parent 09126a6 commit ccde17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google LLC",
77
"repository": "googleapis/tasks",
88
"engines": {
9-
"node": ">=6.14.2"
9+
"node": ">=8"
1010
},
1111
"scripts": {
1212
"lint": "npm run lint task.js",

0 commit comments

Comments
 (0)