YARN-10037. Upgrade build tools for YARN Web UI v2.

(cherry picked from commit 7868da894ae148bff1d5e5159a2bc1aad44fd6aa)
This commit is contained in:
Masatake Iwasaki 2019-12-19 19:27:31 +09:00 committed by Akira Ajisaka
parent 3a224b7a93
commit 2eb6bf6bb1
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ All the following commands must be run inside `src/main/webapp`.
You will need the following things properly installed on your computer. You will need the following things properly installed on your computer.
* Install [Yarn](https://yarnpkg.com) v0.21.3 * Install [Yarn](https://yarnpkg.com) v1.21.1
* Install [Bower](http://bower.io/) v1.8.8 * Install [Bower](http://bower.io/) v1.8.8
* Install all dependencies by running `yarn install` & `bower install` * Install all dependencies by running `yarn install` & `bower install`

View File

@ -143,8 +143,8 @@
<goal>install-node-and-yarn</goal> <goal>install-node-and-yarn</goal>
</goals> </goals>
<configuration> <configuration>
<nodeVersion>v5.12.0</nodeVersion> <nodeVersion>v8.17.0</nodeVersion>
<yarnVersion>v0.21.3</yarnVersion> <yarnVersion>v1.21.1</yarnVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>