From 875db4d42261c21b9356c980bc9008c895aabacb Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 23 May 2022 12:15:29 -0700 Subject: [PATCH] build!: update library to use Node 12 (#714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build!: Update library to use Node 12 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- video-intelligence/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video-intelligence/package.json b/video-intelligence/package.json index e6210830c8..c17ca9ac8f 100644 --- a/video-intelligence/package.json +++ b/video-intelligence/package.json @@ -9,7 +9,7 @@ "author": "Google Inc.", "repository": "googleapis/nodejs-video-intelligence", "engines": { - "node": ">=8" + "node": ">=12.0.0" }, "scripts": { "test": "mocha system-test --timeout=800000"