Skip to content

Commit

Permalink
Fix engines in package.json
Browse files Browse the repository at this point in the history
Fixes #393
  • Loading branch information
giggio committed Nov 2, 2022
1 parent dafc01e commit 6523faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "107.0.2",
"version": "107.0.3",
"keywords": [
"chromedriver",
"selenium"
Expand Down Expand Up @@ -41,6 +41,6 @@
"typescript": "^4.8.4"
},
"engines": {
"node": ">=10"
"node": ">=14"
}
}

0 comments on commit 6523faf

Please sign in to comment.