Try msvs 2017

This commit is contained in:
Gregory Schier 2019-10-09 10:21:42 -07:00
parent cad520a1db
commit eb19b2b1bc

View File

@ -14,7 +14,7 @@ jobs:
with: with:
node-version: 10 node-version: 10
- name: Configure Visual Studio version - name: Configure Visual Studio version
run: npm config set msvs_version 2015 run: npm config set msvs_version 2017
- name: Bootstrap packages - name: Bootstrap packages
run: npm run bootstrap run: npm run bootstrap
- name: Run tests - name: Run tests