diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-18 15:08:51 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-18 15:08:51 +0200 |
commit | bd69025c6911bee9f65d9d67fd08d1ec294b9e0d (patch) | |
tree | 9412e9f5ad56f943e501d3d68436e92ee1e42022 /server/sonar-web | |
parent | 890ab0b59cdb3902f4869eabf8ca534814f1b3dd (diff) | |
download | sonarqube-bd69025c6911bee9f65d9d67fd08d1ec294b9e0d.tar.gz sonarqube-bd69025c6911bee9f65d9d67fd08d1ec294b9e0d.zip |
upgrade to node.js v4.1.0
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index b63cb655ca3..921a219adca 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -102,8 +102,8 @@ <configuration> <nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot> <npmDownloadRoot>http://registry.npmjs.org/npm/-/</npmDownloadRoot> - <nodeVersion>v0.12.2</nodeVersion> - <npmVersion>2.9.1</npmVersion> + <nodeVersion>v4.1.0</nodeVersion> + <npmVersion>2.14.3</npmVersion> </configuration> </execution> <execution> |