All of our Windows 2008 test machines have Visual Studio 2013 installed: This ensures that the test-addons
tests are run with VS2013, effectively testing VS2013 simultaneously with Windows 2008.
However, support for VS2013 was completely dropped in Node 9, but we still need to test Windows 2008. So, I plan to change 4 machines to the latest VS2017 and leave only 2 machines with VS2013 for LTS testing.
The current setup is already causing issues in nodejs/node#15362, so I plan to move forward very soon unless there are objections.
Ref: nodejs/node#13372
Ref: nodejs/node#14764
Fixes: nodejs/node#15362