Skip to content

Commit 4134935

Browse files
committed
[js] Remove devtools support for v86,v87 and adding support for v90, v91
1 parent 1b118c4 commit 4134935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ load("//common:defs.bzl", "copy_file")
44

55
BROWSER_VERSIONS = [
66
"v85",
7-
"v86",
8-
"v87",
97
"v88",
108
"v89",
9+
"v90",
10+
"v91",
1111
]
1212

1313
SRC_FILES = [

0 commit comments

Comments
 (0)