Skip to content

Commit

Permalink
Use Visual Studio 2015 for Node 6+
Browse files Browse the repository at this point in the history
Node change to Visual Studio 2015 when Node 6 went to LTS.

See nodejs/node#7989
Fixes sass#1854
  • Loading branch information
xzyfer committed Jan 27, 2017
1 parent d628b10 commit a1627e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- nodejs_version: 7
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit a1627e6

Please sign in to comment.