diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/package.json b/.vortex/installer/tests/Fixtures/handler_process/_baseline/package.json index 364440532..e778d6707 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/package.json +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/package.json @@ -5,7 +5,7 @@ "private": true, "engines": { "yarn": ">= __VERSION__", - "node": ">= 20.0" + "node": ">= __VERSION__" }, "scripts": { "lint-js": "eslint web/modules/custom --ext .js --max-warnings=0 --no-error-on-unmatched-pattern", diff --git a/.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/package.json b/.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/package.json index 0bbae6776..a31d3de73 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/package.json +++ b/.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/package.json @@ -1,5 +1,5 @@ @@ -8,11 +8,11 @@ - "node": ">= 20.0" + "node": ">= __VERSION__" }, "scripts": { - "lint-js": "eslint web/modules/custom --ext .js --max-warnings=0 --no-error-on-unmatched-pattern", diff --git a/.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/package.json b/.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/package.json index 0bbae6776..a31d3de73 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/package.json +++ b/.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/package.json @@ -1,5 +1,5 @@ @@ -8,11 +8,11 @@ - "node": ">= 20.0" + "node": ">= __VERSION__" }, "scripts": { - "lint-js": "eslint web/modules/custom --ext .js --max-warnings=0 --no-error-on-unmatched-pattern", diff --git a/package.json b/package.json index fc11f6212..c2363d2a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "engines": { "yarn": ">= 1.22.22", - "node": ">= 20.0" + "node": ">= 20.20.0" }, "scripts": { "lint-js": "eslint web/modules/custom --ext .js --max-warnings=0 --no-error-on-unmatched-pattern",