Skip to content

Commit

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

* fix my blunder
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
1 parent 706fa79 commit 6cfec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-speech",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"scripts": {
"test": "ava -T 20s --verbose system-test/*.test.js"
Expand Down

0 comments on commit 6cfec9b

Please sign in to comment.