Skip to content

Commit 990cd20

Browse files
authored
feat!: require node 10 in engines field (#374)
1 parent 51fb65c commit 990cd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-dns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
8-
"node": ">=8.10.0"
8+
"node": ">=10"
99
},
1010
"repository": "googleapis/nodejs-dns",
1111
"main": "./build/src/index.js",

0 commit comments

Comments
 (0)