Skip to content

Commit 078a592

Browse files
chore: require node 8 for samples (#76)
1 parent 974ae4d commit 078a592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-dns/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google Inc.",
77
"repository": "googleapis/nodejs-dns",
88
"engines": {
9-
"node": ">=6.0.0"
9+
"node": ">=8"
1010
},
1111
"scripts": {
1212
"ava": "ava -T 20s --verbose test/*.test.js system-test/*.test.js",

0 commit comments

Comments
 (0)