Skip to content

Commit 51e4901

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
fix: drop support for nodejs 9.x (#161)
* fix: drop support for node.js 4.x and 9.x * moar fixing
1 parent f90f056 commit 51e4901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error-reporting/package.json

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

0 commit comments

Comments
 (0)