Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[engsys] Fix min-max version script error due to npm breaking change (A…
…zure#21948) Previously `npm view <packageName> versions --json` returns an array even when the result only contains one version. In latest NPM version in NodeJS v16 the result is now a string, which isn't expected by `semver` APIs. This PR wraps the single string result with an array.
- Loading branch information