File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,5 +103,5 @@ jobs:
103103 $new_version = "$major.$next_minor.0-SNAPSHOT"
104104 Write-Output "Using selenium.version $new_version for tests"
105105 cd examples/java
106- & mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -Dselenium .version=$new_version
106+ mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium .version=$new_version"
107107 }
Original file line number Diff line number Diff line change 3131 - name : Setup Node
3232 uses : actions/setup-node@v4
3333 with :
34- node-version : ' 22.17.1 '
34+ node-version : ' 22.18.0 '
3535 cache : ' npm'
3636 # The action defaults to search for the dependency file (package-lock.json,
3737 # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
You can’t perform that action at this time.
0 commit comments