diff --git a/package.json b/package.json index a89c33e..4e6b20b 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "engines": { "yarn": ">= 1.6", - "node": ">= 18.0" + "node": ">= 18.17.1" }, "scripts": { "test": "nightwatch --format @cucumber/pretty-formatter --format-options '{\"colorsEnabled\": true}' --format-options '{\"theme\": {\"feature keyword\":[\"bold\",\"blue\"],\"feature name\":[\"blue\",\"underline\"],\"feature description\":[\"blueBright\"],\"scenario keyword\":[\"bold\",\"magenta\"],\"scenario name\":[\"magenta\",\"underline\"],\"step keyword\":[\"bold\",\"green\"],\"step text\":[\"greenBright\",\"italic\"]}}' --format json:./tests/reports/cucumber_report.json; node generate-reports.js;",