Reduce minimum NPM version to match web app (#7298)

This commit is contained in:
Harrison Healey 2023-04-22 07:42:12 -04:00 committed by GitHub
parent 519c146aac
commit b71edbd4c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
],