From e96e2fa1e75ac721a0f22c10348710fe9e515499 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 18 May 2022 10:52:29 -0700 Subject: [PATCH] build!: update library to use Node 12 (#225) * build!: Update library to use Node 12 Co-authored-by: Owl Bot --- media-translation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-translation/package.json b/media-translation/package.json index ad10a4d34c..8a0de83ba1 100644 --- a/media-translation/package.json +++ b/media-translation/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=10" + "node": ">=12.0.0" }, "files": [ "*.js" @@ -21,4 +21,4 @@ "chai": "^4.2.0", "mocha": "^8.0.0" } -} +} \ No newline at end of file