diff options
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 019e4dd..47044b4 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -140,7 +140,7 @@ <artifactId>frontend-maven-plugin</artifactId> <version>1.9.1</version> <configuration> - <nodeVersion>v9.9.0</nodeVersion> + <nodeVersion>v12.18.0</nodeVersion> <installDirectory>${webapp.dir}</installDirectory> <workingDirectory>${webapp.dir}</workingDirectory> </configuration> @@ -151,8 +151,7 @@ <goal>install-node-and-npm</goal> </goals> <configuration> - <nodeVersion>v10.16.0</nodeVersion> - <npmVersion>6.9.0</npmVersion> + <npmVersion>6.14.4</npmVersion> </configuration> </execution> <execution> |