YARN-10561. Upgrade node.js to 12.22.1 and yarn to 1.22.5 in YARN application catalog webapp (#2591)

Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
This commit is contained in:
Akira Ajisaka 2022-01-28 15:51:21 +09:00 committed by GitHub
parent 02f6bad1ff
commit 9cb535caf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -214,6 +214,8 @@
<woodstox.version>5.3.0</woodstox.version>
<json-smart.version>2.4.7</json-smart.version>
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
<nodejs.version>v12.22.1</nodejs.version>
<yarnpkg.version>v1.22.5</yarnpkg.version>
<apache-ant.version>1.10.11</apache-ant.version>
</properties>

View File

@ -299,8 +299,8 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<nodeVersion>v8.11.3</nodeVersion>
<yarnVersion>v1.7.0</yarnVersion>
<nodeVersion>${nodejs.version}</nodeVersion>
<yarnVersion>${yarnpkg.version}</yarnVersion>
</configuration>
</execution>
<execution>

View File

@ -184,8 +184,8 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v12.22.1</nodeVersion>
<yarnVersion>v1.22.5</yarnVersion>
<nodeVersion>${nodejs.version}</nodeVersion>
<yarnVersion>${yarnpkg.version}</yarnVersion>
</configuration>
</execution>
<execution>