Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6b60e55b authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

fix citnet build

parent 8c6555c3
No related branches found
No related tags found
No related merge requests found
Pipeline #114099 failed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment