Skip to content

Commit

Permalink
Polish "Update node to the latest v16"
Browse files Browse the repository at this point in the history
This updates to the latest LTS version of node.

See gh-1623
  • Loading branch information
mhalbritter committed Oct 18, 2024
1 parent c4cedcb commit d1f926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v16.20.2</nodeVersion>
<nodeVersion>v20.18.0</nodeVersion>
<yarnVersion>v1.22.22</yarnVersion>
</configuration>
</execution>
Expand Down

0 comments on commit d1f926d

Please sign in to comment.