Skip to content

Commit

Permalink
fix: drop support for nodejs 9.x (#161)
Browse files Browse the repository at this point in the history
* fix: drop support for node.js 4.x and 9.x

* moar fixing
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Jul 10, 2018
1 parent 95bb275 commit 7a7f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-error-reporting",
"engines": {
"node": ">=4.3.2"
"node": ">=6.0.0"
},
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js system-test/*.test.js",
Expand Down

0 comments on commit 7a7f6e3

Please sign in to comment.