Reduce minimum NPM version to match web app (#7298)
This commit is contained in:
parent
519c146aac
commit
b71edbd4c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue