Skip to content

Commit

Permalink
upgrade frontend-maven-plugin, node and yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Jul 10, 2024
1 parent 581debb commit 6718670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,16 +254,16 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.11.0</version>
<version>1.15.0</version>
<executions>
<execution>
<id>dist</id>
<goals>
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v16.16.0</nodeVersion>
<yarnVersion>v1.7.0</yarnVersion>
<nodeVersion>v16.20.0</nodeVersion>
<yarnVersion>v1.22.19</yarnVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 6718670

Please sign in to comment.