From cf302ce225df57bccdc7390b6d06ce464441246c Mon Sep 17 00:00:00 2001 From: khusharth Date: Thu, 31 Aug 2023 03:21:27 +0530 Subject: [PATCH] chore: update node and npm ver --- README.md | 4 ++-- package.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5326810..cedc229 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ A web application to :mag: view a github's user profile in a more simple and bea ## :hatching_chick: Prerequisites -- [node](https://nodejs.org/en/) >= 12.18.0 -- npm >= 6.14.4 +- [node](https://nodejs.org/en/) >= v18.15.0 +- npm >= 9.5.0 ## :zap: Installation diff --git a/package.json b/package.json index 1ccd592..4331a4c 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,10 @@ "last 1 safari version" ] }, + "engines": { + "node": ">=18.0.0", + "npm": ">=9.5.0" + }, "devDependencies": { "@babel/core": "^7.22.9", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",