From 6aa55a194027152f995cfadea09dc7a62190e745 Mon Sep 17 00:00:00 2001 From: kevcenteno Date: Thu, 19 Oct 2023 16:03:37 -0400 Subject: [PATCH] Set npm engine to >=9 --- .npmrc | 1 + package-lock.json | 3 ++- package.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 521a9f7c0..d5831dd51 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ +engine-strict=true legacy-peer-deps=true diff --git a/package-lock.json b/package-lock.json index d0645798d..d168909fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -153,7 +153,8 @@ "xml2js": "^0.5.0" }, "engines": { - "node": ">=18" + "node": ">=18", + "npm": ">=9" }, "workspaces": { "packages": [ diff --git a/package.json b/package.json index 78e8b3f6e..445c38e20 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,8 @@ "xml2js": "^0.5.0" }, "engines": { - "node": ">=18" + "node": ">=18", + "npm": ">=9" }, "license": "MIT", "lint-staged": {