Skip to content

Commit

Permalink
Merge pull request #1226 from GnsP/upgrade-node-yarn-versions
Browse files Browse the repository at this point in the history
upgrade frontend-maven-plugin, node and yarn versions
  • Loading branch information
GnsP authored Jul 10, 2024
2 parents e3cf9c9 + ae310bc commit 23124fb
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 23124fb

Please sign in to comment.