From 9840ea1dbbec9a9536c70db897e2e51c21d6ef4c Mon Sep 17 00:00:00 2001 From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu> Date: Tue, 25 Apr 2023 14:11:06 +0200 Subject: [PATCH] Upgrade nodejs path to 16 --- smp-angular/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index f1186f2d4..bfe091614 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -29,7 +29,7 @@ (works only on linux for Windows update arguments in exec plugin below) mvn clean install -DusePreInstalledNpm -Dnpm.path=/opt/programs/node-v14.17.0-linux-x64/bin --> - <npm.path>${env.bamboo_CITNET_NODEJS_14_LINUX_PATH}</npm.path> + <npm.path>${env.bamboo_CITNET_NODEJS_16_LINUX_PATH}</npm.path> </properties> -- GitLab