🎉 Release: v2.2.0

This commit is contained in:
PiEgg
2020-01-01 20:03:02 +08:00
parent b4f10c61f0
commit 3913cef1e6
5 changed files with 56 additions and 6 deletions
+2 -3
View File
@@ -11,7 +11,6 @@ platform:
- x64
cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
- '%USERPROFILE%\AppData\Local\Yarn\cache'
@@ -20,9 +19,9 @@ init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 12 x64
- git reset --hard HEAD
- npm install
- yarn
- node --version
build_script: