Skip to content

Commit 949e18e

Browse files
build!: update library to use Node 12 (#789)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b339c1d commit 949e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"!test/"
99
],
1010
"engines": {
11-
"node": ">=10"
11+
"node": ">=12.0.0"
1212
},
1313
"scripts": {
1414
"test": "mocha --recursive --timeout 240000"

0 commit comments

Comments
 (0)