From d88dbb74e40fd1a9c3abb786e3bd4f207daf3694 Mon Sep 17 00:00:00 2001
From: sunilsabatp <101264823+sunilsabatp@users.noreply.github.com>
Date: Mon, 23 Dec 2024 15:04:23 +0530
Subject: [PATCH] chore: update node to 20.x and npm  to 10.x

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index cef56ead9..344bbbb59 100644
--- a/package.json
+++ b/package.json
@@ -29,8 +29,8 @@
     "errorMsg": "Invalid branch name. \n 1.Branch names can contain lowercase characters, numbers, hyphen and underscore. \n 2.Except for 'main' and 'develop', branch names must begin with 'feature/' or 'hotfix/' "
   },
   "engines": {
-    "node": "18.x",
-    "npm": "9.x"
+    "node": "20.x",
+    "npm": "10.x"
   },
   "next-unused": {
     "alias": {},