Skip to content

Commit

Permalink
Build native modules with VS 2015 because V8 now requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Jan 29, 2018
1 parent d962adc commit c42b184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init:

install:
- ps: Install-Product node $env:NODE_VERSION
- ps: npm config set msvs_version 2013
- ps: npm config set msvs_version 2015

# Extract the codesigning certs, encrypted private ssh key
- ps: |
Expand Down

0 comments on commit c42b184

Please sign in to comment.