From b71edbd4c107cd5200a899773fd5f5a24720a901 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Sat, 22 Apr 2023 07:42:12 -0400 Subject: [PATCH] Reduce minimum NPM version to match web app (#7298) --- .solidarity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.solidarity b/.solidarity index a31505501..5ad4be2b1 100644 --- a/.solidarity +++ b/.solidarity @@ -14,7 +14,7 @@ { "rule": "cli", "binary": "npm", - "semver": ">=8.5.5 <9.0.0", + "semver": ">=7.24.0 <9.0.0", "error": "install npm 8.5.5 `npm i -g npm@8.5.5" } ],