Skip to content

Commit

Permalink
Update nodejs from 16.x to 18.x #116"
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Nov 2, 2023
1 parent 01e5bc1 commit 2879f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;",
Expand Down

0 comments on commit 2879f2d

Please sign in to comment.