Skip to content

Commit 3ccac5e

Browse files
committed
Restrict selenium-webdriver to <4.8.0
4.8.0 is incompatible with Node versions before 14.18, which we still support.
1 parent d98399c commit 3ccac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ejs": "^3.1.6",
4141
"express": "^4.16.4",
4242
"glob": "^7.1.7",
43-
"selenium-webdriver": "^4.1.0"
43+
"selenium-webdriver": ">=4.1.0 <4.8.0"
4444
},
4545
"peerDependencies": {
4646
"jasmine-core": "^4.0.0"

0 commit comments

Comments
 (0)