]> source.dussan.org Git - sonarqube.git/commitdiff
update node and yarn
authorStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 21 Aug 2017 07:34:42 +0000 (09:34 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 21 Aug 2017 08:29:05 +0000 (10:29 +0200)
server/sonar-web/pom.xml

index f3b2803ddfa3037bd43c145f0bfc1a4cfe734ef0..f01ecb5c613b1090c25caa9f2cd59e2f569b04f4 100644 (file)
@@ -94,8 +94,8 @@
               <goal>install-node-and-yarn</goal>
             </goals>
             <configuration>
-              <nodeVersion>v6.9.2</nodeVersion>
-              <yarnVersion>v0.17.10</yarnVersion>
+              <nodeVersion>v8.4.0</nodeVersion>
+              <yarnVersion>v0.27.5</yarnVersion>
             </configuration>
           </execution>
           <execution>