From 23509594ed1ce7966d08641240c5adc750754e86 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 6 Apr 2021 11:47:14 +0200 Subject: Fix npm build Fix npm build issues due to outdated node and npm install Issue-ID: SDC-3546 Signed-off-by: ChrisC Change-Id: I8645c177579a858e71605c7df1aa8f50d8b03813 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 904c739..a26622d 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ install-node-and-npm - v8.11.4 - 5.6.0 + v14.16.0 + 7.8.0 -- cgit 1.2.3-korg