Skip to content

Commit 2fe020a

Browse files
jkwluigrayside
authored andcommitted
fix: samples to require node>=8 (#37)
1 parent 332a95a commit 2fe020a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-tasks/package.json

+1-1
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)