From aa65efab99cbdea89ca54bdc3a5e6ea1010155d1 Mon Sep 17 00:00:00 2001 From: aadil42 <77232799+aadil42@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:51:29 +0530 Subject: [PATCH] Update with correct node version. The Readme file states the node version should be >= 18 but in this file we have it as 14. This will make 'npm run install-cli' command fail. So update the version. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 01f1a56..07f7435 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14.0.0 +v25.2.0