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 and Ace Nassri committed Nov 17, 2022
1 parent a1faad9 commit 7b92dea
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 7b92dea

Please sign in to comment.