diff options
author | Jim Hahn <jrh3@att.com> | 2021-05-28 12:48:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-28 12:48:13 +0000 |
commit | 0bb797ed095b0d8a354ee6cac9f9842f0f6bcd5a (patch) | |
tree | a2309a4372112dc507c903d7e5d2d33ed791ab47 /gui-editors/gui-editor-apex/pom.xml | |
parent | 4ea0f910d4ad5c15915eec49b5057d7af5c6dbf6 (diff) | |
parent | 87111eea8588fb30936a8f876f5f3feed61e7b8a (diff) |
Merge "React Front-End UI"
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index a87e0fd..2bb3e14 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -158,7 +158,7 @@ <artifactId>frontend-maven-plugin</artifactId> <version>1.9.1</version> <configuration> - <nodeVersion>v12.18.0</nodeVersion> + <nodeVersion>v14.17.0</nodeVersion> <installDirectory>${webapp.dir}</installDirectory> <workingDirectory>${webapp.dir}</workingDirectory> <npmDownloadRoot>${repo.npm}</npmDownloadRoot> |