We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7c141 commit 6dce25bCopy full SHA for 6dce25b
javascript/grid-ui/BUILD.bazel
@@ -32,6 +32,7 @@ SRCS = glob(
32
exclude = [
33
"src/simple.ts",
34
"src/**/*.test.tsx",
35
+ "src/tests/**/*",
36
],
37
)
38
javascript/selenium-webdriver/package.json
@@ -20,7 +20,7 @@
20
"url": "https://github.com/SeleniumHQ/selenium.git"
21
},
22
"engines": {
23
- "node": ">= 18.20.5"
+ "node": ">= 20.0.0"
24
25
"dependencies": {
26
"@bazel/runfiles": "^6.3.1",
0 commit comments