Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9c33f4

Browse filesBrowse files
committed
[js] Setting nightly version
1 parent 480ce70 commit d9c33f4
Copy full SHA for d9c33f4

File tree

3 files changed

+5
-5
lines changed
Filter options

3 files changed

+5
-5
lines changed

‎javascript/node/selenium-webdriver/BUILD.bazel

Copy file name to clipboardExpand all lines: javascript/node/selenium-webdriver/BUILD.bazel
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load("//javascript:defs.bzl", "mocha_test")
99

1010
npm_link_all_packages(name = "node_modules")
1111

12-
VERSION = "4.20.0"
12+
VERSION = "4.21.0-nightly202404242350"
1313

1414
BROWSER_VERSIONS = [
1515
"v85",

‎javascript/node/selenium-webdriver/package.json

Copy file name to clipboardExpand all lines: javascript/node/selenium-webdriver/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.20.0",
3+
"version": "4.21.0-nightly202404242350",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/SeleniumHQ/selenium.git"
2121
},
2222
"engines": {
23-
"node": ">= 14.20.0"
23+
"node": ">= 14.21.0-nightly202404242350"
2424
},
2525
"dependencies": {
2626
"jszip": "^3.10.1",

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.