Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
AME-8872 Upgade node to v4.2.1 and npm to 3.3.10
Browse files Browse the repository at this point in the history
The current version of Node.js and/or npm seems to be sporadically
corrupting files (possibly related to
nodejs/node#1058).

v4.2.1 is the latest LTS version of Node.js.
  • Loading branch information
joebandenburg committed Nov 2, 2015
1 parent 268080d commit 65b48b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openam-ui/openam-ui-ria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@
</goals>
<phase>initialize</phase>
<configuration>
<nodeVersion>v0.12.7</nodeVersion>
<npmVersion>2.11.3</npmVersion>
<nodeVersion>v4.2.1</nodeVersion>
<npmVersion>3.3.10</npmVersion>
<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>
<npmDownloadRoot>http://maven.forgerock.org/repo/api/npm/npm-virtual/npm/-/</npmDownloadRoot>
</configuration>
Expand Down

0 comments on commit 65b48b8

Please sign in to comment.