Skip to content

Commit

Permalink
build!: update library to use Node 12 (#789)
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 b339c1d commit 949e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"!test/"
],
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --recursive --timeout 240000"
Expand Down

0 comments on commit 949e18e

Please sign in to comment.