diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-26 11:55:07 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-26 15:54:14 +0200 |
commit | e180c2a01bea74e179c5686d8b8e44512e9ead84 (patch) | |
tree | d2148016e711f4760ea8b62c8dac662f481b55d5 /server/sonar-web/pom.xml | |
parent | f230495e37256907d7f1a3f1bc08dd478666bccb (diff) | |
download | sonarqube-e180c2a01bea74e179c5686d8b8e44512e9ead84.tar.gz sonarqube-e180c2a01bea74e179c5686d8b8e44512e9ead84.zip |
update node and yarn
Diffstat (limited to 'server/sonar-web/pom.xml')
-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 f01ecb5c613..841d23d929a 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -94,8 +94,8 @@ <goal>install-node-and-yarn</goal> </goals> <configuration> - <nodeVersion>v8.4.0</nodeVersion> - <yarnVersion>v0.27.5</yarnVersion> + <nodeVersion>v8.5.0</nodeVersion> + <yarnVersion>v1.1.0</yarnVersion> </configuration> </execution> <execution> |