From 2e1676a5a5207c711bab1a3128be51d6bac380ce Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:48:12 +0000 Subject: [PATCH] chore(package.json): bump engines to node >=12.0.0 --- .../software/amazon/smithy/typescript/codegen/base-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json index c997cf0682b..4d8ef2a9469 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json @@ -30,7 +30,7 @@ "typescript": "~4.3.5" }, "engines": { - "node": ">=10.0.0" + "node": ">=12.0.0" }, "typesVersions": { "<4.0": {