[BasicUI] Upgrade frontend-maven-plugin, node and npm to most recent … (#2012)

…versions

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/2016/head
lolodomo 2023-08-13 19:37:29 +02:00 committed by GitHub
parent 0d34818112
commit 1c423ba520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -32,14 +32,13 @@
<plugin> <plugin>
<groupId>com.github.eirslett</groupId> <groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId> <artifactId>frontend-maven-plugin</artifactId>
<version>1.9.0</version> <version>1.13.4</version>
<configuration> <configuration>
<nodeVersion>v16.14.2</nodeVersion> <nodeVersion>v18.17.0</nodeVersion>
<npmVersion>8.6.0</npmVersion> <npmVersion>9.8.1</npmVersion>
<environmentVariables> <environmentVariables>
<npm_config_cache>${project.basedir}/npm_cache</npm_config_cache> <npm_config_cache>${project.basedir}/npm_cache</npm_config_cache>
<npm_config_tmp>${project.basedir}/npm_tmp</npm_config_tmp>
</environmentVariables> </environmentVariables>
</configuration> </configuration>