diff --git a/automation/run-e2e/package.json b/automation/run-e2e/package.json index 22ba5d0135..8580972d50 100644 --- a/automation/run-e2e/package.json +++ b/automation/run-e2e/package.json @@ -9,7 +9,7 @@ "run-e2e": "bin/run-e2e.mjs" }, "engines": { - "node": ">=18.20.4" + "node": ">=18.20.5" }, "repository": { "type": "git", diff --git a/automation/scripts/package.json b/automation/scripts/package.json index 8cc75458d8..bb6aaa98ce 100644 --- a/automation/scripts/package.json +++ b/automation/scripts/package.json @@ -6,7 +6,7 @@ "copyright": "© Mendix Technology BV 2023. All rights reserved.", "type": "module", "engines": { - "node": ">=18.20.4" + "node": ">=18.20.5" }, "repository": { "type": "git", diff --git a/automation/snapshot-generator/package.json b/automation/snapshot-generator/package.json index aa4773663d..753d69fd11 100644 --- a/automation/snapshot-generator/package.json +++ b/automation/snapshot-generator/package.json @@ -8,7 +8,7 @@ "lib" ], "engines": { - "node": ">= 18.20.4" + "node": ">= 18.20.5" }, "license": "MIT", "scripts": {