From 8ec0849763e85337b4411a146490d3bd376967bd Mon Sep 17 00:00:00 2001 From: Rushil Date: Thu, 9 Feb 2023 21:27:18 +0530 Subject: [PATCH] fix(build) : node version fix in README Signed-off-by: Rushil --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b45cc23..2801b2d 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ IBM Cloud services: - An [IBM Cloud account](https://cloud.ibm.com/registration). - A [Key Protect service instance](https://cloud.ibm.com/catalog/services/key-protect). - An [IBM Cloud API key](https://cloud.ibm.com/iam/apikeys) that allows the SDK to access your account. -- Node.js version 12 or above. +- Node.js version 14 or above. - This SDK is tested with Node versions 12 and up. The SDK may work on previous versions, but this is not supported + This SDK is tested with Node versions 14 and up. The SDK may work on previous versions, but this is not supported officially. ## Installation