Skip to content

Commit e96e2fa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media-translation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -21,4 +21,4 @@
2121
"chai": "^4.2.0",
2222
"mocha": "^8.0.0"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)