diff --git a/test/fixtures/graph-engines-only/ideal-dev-stderr b/test/fixtures/graph-engines-only/ideal-dev-stderr index 52c395f..1ab4438 100644 --- a/test/fixtures/graph-engines-only/ideal-dev-stderr +++ b/test/fixtures/graph-engines-only/ideal-dev-stderr @@ -2,5 +2,5 @@ Your “engines” field is either missing, or set to `{ "node": "*" }`! Prefer You can fix this by running `ls-engines --save`, or by manually adding the following to your `package.json`: "engines": { - "node": "^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6 || ^5 || ^4" + "node": "^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8" } diff --git a/test/fixtures/graph-engines-only/ideal-dev-stdout b/test/fixtures/graph-engines-only/ideal-dev-stdout index c45f07f..ac57f2b 100644 --- a/test/fixtures/graph-engines-only/ideal-dev-stdout +++ b/test/fixtures/graph-engines-only/ideal-dev-stdout @@ -1,5 +1,5 @@ `package.json` found, mode is “ideal”; building ideal tree from `package.json`... -Valid node version range: ^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6 || ^5 || ^4 +Valid node version range: ^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 Currently available latest releases of each valid node major version: diff --git a/test/fixtures/root-star-graph-engines/ideal-dev-stderr b/test/fixtures/root-star-graph-engines/ideal-dev-stderr index 52c395f..1ab4438 100644 --- a/test/fixtures/root-star-graph-engines/ideal-dev-stderr +++ b/test/fixtures/root-star-graph-engines/ideal-dev-stderr @@ -2,5 +2,5 @@ Your “engines” field is either missing, or set to `{ "node": "*" }`! Prefer You can fix this by running `ls-engines --save`, or by manually adding the following to your `package.json`: "engines": { - "node": "^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6 || ^5 || ^4" + "node": "^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8" } diff --git a/test/fixtures/root-star-graph-engines/ideal-dev-stdout b/test/fixtures/root-star-graph-engines/ideal-dev-stdout index c45f07f..ac57f2b 100644 --- a/test/fixtures/root-star-graph-engines/ideal-dev-stdout +++ b/test/fixtures/root-star-graph-engines/ideal-dev-stdout @@ -1,5 +1,5 @@ `package.json` found, mode is “ideal”; building ideal tree from `package.json`... -Valid node version range: ^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6 || ^5 || ^4 +Valid node version range: ^17 || ^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 Currently available latest releases of each valid node major version: