Skip to content

Commit

Permalink
Merge pull request #1233 from GnsP/cherrypick-1226-69
Browse files Browse the repository at this point in the history
[πŸ’] upgrade frontend-maven-plugin, node and yarn versions (6.9)
  • Loading branch information
GnsP authored Jul 11, 2024
2 parents 581debb + 6718670 commit 918ff50
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 918ff50

Please sign in to comment.