Skip to content

Commit

Permalink
build!: update library to use Node 12 (#604)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl authored May 19, 2022
1 parent 2888638 commit 53c2d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"*.js"
],
"engines": {
"node": ">=8"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --timeout=60000"
Expand Down

0 comments on commit 53c2d9b

Please sign in to comment.