Skip to content

Commit 5776afb

Browse files
authored
Merge branch 'trunk' into environment-variable-driver-location
2 parents d878036 + 33a673e commit 5776afb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-grid-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '18'
28+
node-version: '20'
2929
cache: 'npm'
3030
cache-dependency-path: 'javascript/grid-ui/package.json'
3131

javascript/grid-ui/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ SRCS = glob(
3232
exclude = [
3333
"src/simple.ts",
3434
"src/**/*.test.tsx",
35+
"src/tests/**/*",
3536
],
3637
)
3738

javascript/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/SeleniumHQ/selenium.git"
2121
},
2222
"engines": {
23-
"node": ">= 18.20.5"
23+
"node": ">= 20.0.0"
2424
},
2525
"dependencies": {
2626
"@bazel/runfiles": "^6.3.1",

0 commit comments

Comments
 (0)