summaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-03-17 23:36:54 +0000
committerMichael Morris <michael.morris@est.tech>2022-03-21 10:19:08 +0000
commitbdfccb6d832cf6f7a3de89b9280244ff469a1a77 (patch)
tree99a22ef6fdc8209479ee7c0f326b191ae527b3cf /openecomp-ui
parentc5c66274f0a8ee22a0726066894b8ac7c13a8f23 (diff)
Fix broken SONAR scan
Upgrade node version Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3923 Change-Id: I8611febc7c4d53eb812bad7513fb18dde9550b31
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml
index d06e46d3ff..93240c32f0 100644
--- a/openecomp-ui/pom.xml
+++ b/openecomp-ui/pom.xml
@@ -102,7 +102,7 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
- <nodeVersion>v10.17.0</nodeVersion>
+ <nodeVersion>v14.17.1</nodeVersion>
<yarnVersion>v1.19.1</yarnVersion>
</configuration>
</execution>