Skip to content

Commit

Permalink
build(selenium,java): ensure we can build after Node16 was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Jun 20, 2024
1 parent ae4aaf4 commit 3514768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v16.14.0</nodeVersion>
<npmVersion>8.5.5</npmVersion>
<nodeVersion>v20.14.0</nodeVersion>
<npmVersion>10.7.0</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 3514768

Please sign in to comment.