Skip to content

Commit

Permalink
升级node及yarn等版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
qiujiayu committed Nov 13, 2018
1 parent e186f40 commit d29d7c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions suixingpay-config-front/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ buildscript {
}
apply plugin: "com.moowork.node"
node {
version = "8.9.4" //node 的版本
yarnVersion = "1.3.2" //yarn 的版本
version = "10.13.0" //node 的版本
yarnVersion = "1.9.4" //yarn 的版本
download = true //设置为 true 你本地无需单独安装 node,在构建时会自动安装对应版本的 node
}

Expand Down
6 changes: 3 additions & 3 deletions suixingpay-config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
<!--<installDirectory>/usr/local/lib/node_modules</installDirectory>-->
<installDirectory>target</installDirectory>
<skip>${skipBuild}</skip>
<nodeVersion>v8.9.4</nodeVersion>
<npmVersion>5.6.0</npmVersion>
<yarnVersion>v1.3.2</yarnVersion>
<nodeVersion>v10.13.0</nodeVersion>
<npmVersion>6.4.1</npmVersion>
<yarnVersion>v1.9.4</yarnVersion>
<!-- 下载地址欺骗 实际执行构建服务器 -->
<nodeDownloadRoot>http://nodejs.org/dist/</nodeDownloadRoot>
<yarnDownloadRoot>http://github.com/yarnpkg/yarn/releases/download/</yarnDownloadRoot>
Expand Down

0 comments on commit d29d7c9

Please sign in to comment.