From b8441e893799acc0734c84c7186c4d0916edaa76 Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Mon, 20 Nov 2023 14:37:45 +0100
Subject: [PATCH] fix bamboo build

---
 smp-angular/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml
index 15c12e0eb..0092b5987 100644
--- a/smp-angular/pom.xml
+++ b/smp-angular/pom.xml
@@ -17,8 +17,10 @@
     <!-- Only selected modules are deployed -->
     <maven.deploy.skip>false</maven.deploy.skip>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
-    <node.version>v18.18.2</node.version>
+    <!--  Currently last version not supported by the build server :(
+    node.version>v18.18.2</node.version>
+    <npm.version>9.8.1</npm.version -->
+    <node.version>v16.20.0</node.version>
     <npm.version>8.19.4</npm.version>
 
     <!--
-- 
GitLab