Commit 889338c
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.1 parent f312c19 commit 889338c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments