Skip to content

Commit c9814fe

Browse files
committed
DDF-2116: NPM related build errors in Bamboo (#774)
Updated NodeJS version to 4.4.4 and NPM version to 2.14.12.
1 parent 78a8c7f commit c9814fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<!-- ouput directory for reports -->
6363
<project.report.output.directory>project-info</project.report.output.directory>
6464
<!-- Properties for the frontend-maven-plugin -->
65-
<node.version>v4.3.1</node.version>
66-
<npm.version>2.14.12</npm.version>
65+
<node.version>v4.4.4</node.version>
66+
<npm.version>2.15.6</npm.version>
6767
<camel.version>2.16.1</camel.version>
6868
<commons-collections.version>3.2.2</commons-collections.version>
6969
<commons-io.version>2.1</commons-io.version>
@@ -940,3 +940,4 @@
940940
<module>distribution</module>
941941
</modules>
942942
</project>
943+

0 commit comments

Comments
 (0)