diff --git a/.npmrc b/.npmrc index 43853d58..ad5a5b4d 100644 --- a/.npmrc +++ b/.npmrc @@ -16,5 +16,5 @@ phantomjs_cdnurl="https://npm.taobao.org/mirrors/phantomjs" fse_binary_host_mirror="https://npm.taobao.org/mirrors/fsevents" sharp_binary_host="https://npm.taobao.org/mirrors/sharp" sharp_libvips_binary_host="https://npm.taobao.org/mirrors/sharp-libvips" -# 配置msvs版本 -msvs_version=2015 \ No newline at end of file +# 配置msvs版本----github action上为2019, 所以这里和github同步 +msvs_version=2019 \ No newline at end of file diff --git a/.yarnrc b/.yarnrc index 722819a0..4978219f 100644 --- a/.yarnrc +++ b/.yarnrc @@ -16,5 +16,5 @@ phantomjs_cdnurl "https://npm.taobao.org/mirrors/phantomjs" fse_binary_host_mirror "https://npm.taobao.org/mirrors/fsevents" sharp_binary_host "https://npm.taobao.org/mirrors/sharp" sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips" -# 配置msvs版本 -msvs_version 2015 \ No newline at end of file +# 配置msvs版本----github action上为2019, 所以这里和github同步 +msvs_version 2019 \ No newline at end of file