diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index e1c534f27099499ac453de426c45bd521e5683f5..f1186f2d4adbbc85810db8daf324eff36d1387c2 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -17,8 +17,11 @@ <!-- Only selected modules are deployed --> <maven.deploy.skip>false</maven.deploy.skip> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <node.version>v18.13.0</node.version> - <npm.version>8.19.3</npm.version> + <!-- 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>v16.20.0</node.version> + <npm.version>8.19.4</npm.version> <!-- set variable to force use of pre-installed npm-->