Skip to content

Commit f915306

Browse files
committed
Downgraded Node.js in frontend-maven-plugin
1 parent 90cc987 commit f915306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@
327327
<plugin>
328328
<groupId>com.github.eirslett</groupId>
329329
<artifactId>frontend-maven-plugin</artifactId>
330-
<version>1.14.0</version>
330+
<version>1.15.1</version>
331331
<configuration>
332-
<nodeVersion>v20.8.1</nodeVersion>
332+
<nodeVersion>v18.17.0</nodeVersion>
333333
</configuration>
334334
<executions>
335335
<execution>

0 commit comments

Comments
 (0)