From 30444bd719703693d13d4166260faade85f95ce9 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 19 May 2022 17:29:24 -0700 Subject: [PATCH] build!: update library to use Node 12 (#556) * build!: Update library to use Node 12 Co-authored-by: Owl Bot --- kms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/package.json b/kms/package.json index e7ea349735..e142f56a8c 100644 --- a/kms/package.json +++ b/kms/package.json @@ -8,7 +8,7 @@ "author": "Google LLC", "repository": "googleapis/nodejs-kms", "engines": { - "node": ">=10" + "node": ">=12.0.0" }, "scripts": { "test": "c8 mocha --recursive test/ --timeout=800000"