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.
2 parents afc7076 + 9ad8a33 commit bae90b4Copy full SHA for bae90b4
2 files changed
.github/workflows/java-examples.yml
@@ -103,5 +103,5 @@ jobs:
103
$new_version = "$major.$next_minor.0-SNAPSHOT"
104
Write-Output "Using selenium.version $new_version for tests"
105
cd examples/java
106
- & mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -Dselenium.version=$new_version
+ mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium.version=$new_version"
107
}
.github/workflows/link-check.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node
32
uses: actions/setup-node@v4
33
with:
34
- node-version: '22.17.1'
+ node-version: '22.18.0'
35
cache: 'npm'
36
# The action defaults to search for the dependency file (package-lock.json,
37
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
0 commit comments