diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml
index 08c790cd2c9f0a3f1d7f009b9269192b50d910b0..11138987b0bb6c7f02fd8f7f44fc96b9028e482f 100644
--- a/smp-angular/pom.xml
+++ b/smp-angular/pom.xml
@@ -18,8 +18,8 @@
     <maven.deploy.skip>false</maven.deploy.skip>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <!--  Currently last version not supported by the build server :(
-    node.version>v18.13.0</node.version>
-    <npm.version>8.19.3</npm.version -->
+    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>
 
@@ -30,7 +30,7 @@
     mvn clean install -DusePreInstalledNpm -Dnpm.path=/opt/programs/node-v14.17.0-linux-x64/bin
     -->
     <!--suppress UnresolvedMavenProperty -->
-    <npm.path>${env.bamboo_CITNET_NODEJS_16_LINUX_PATH}</npm.path>
+    <npm.path>${env.bamboo_CITNET_NODEJS_18_LINUX_PATH}</npm.path>
   </properties>