Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: install specific npm version in npm version E2E test
To avoid project installation errors when running the `npm-7` E2E test, the previous semver range of `>7.5.6` has been instead set to a fixed `8.0.0`. This ensures consistency within the test as now a known version of npm will be used. This E2E test started failing recently due to the release of npm 10 which some packages do not support via the `engines` field. This situation in turn caused project install failures when the new version of npm was attempted to be installed in the test. (cherry picked from commit 889338c)
- Loading branch information