From 232e93c2e50954f3f59452392c6f4b9d4a68252e Mon Sep 17 00:00:00 2001 From: yaozeyuan001 Date: Thu, 27 May 2021 22:37:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=AD=A3rc=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 4 ++-- .yarnrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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