Skip to content

Commit 60c064b

Browse files
authored
feat!: require node 10 in engines field (#465)
1 parent 2f0b614 commit 60c064b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/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-error-reporting",
1111
"main": "./build/src/index.js",

0 commit comments

Comments
 (0)