Skip to content

Commit

Permalink
Restrict selenium-webdriver to <4.8.0
Browse files Browse the repository at this point in the history
4.8.0 is incompatible with Node versions before 14.18, which we still support.
  • Loading branch information
sgravrock committed Jan 26, 2023
1 parent d98399c commit 3ccac5e
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 @@ -40,7 +40,7 @@
"ejs": "^3.1.6",
"express": "^4.16.4",
"glob": "^7.1.7",
"selenium-webdriver": "^4.1.0"
"selenium-webdriver": ">=4.1.0 <4.8.0"
},
"peerDependencies": {
"jasmine-core": "^4.0.0"
Expand Down

0 comments on commit 3ccac5e

Please sign in to comment.