Skip to content

Commit

Permalink
Moves the minimum engine support for NodeJS to 14.20.0 (#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed May 24, 2023
1 parent 90993d9 commit c838606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}
},
"engines": {
"node": ">= 14.0.0"
"node": ">= 14.20.0"
},
"keywords": [
"nightwatch",
Expand Down Expand Up @@ -162,8 +162,8 @@
"LICENSE.md",
"index.js"
],
"lint-staged":{
"**/*.js":[
"lint-staged": {
"**/*.js": [
"npx eslint --fix"
]
}
Expand Down

0 comments on commit c838606

Please sign in to comment.