Node 14

Node.js 14.x is now default on Visual Studio 2019 image.

If your build is broken because of that change and you need to get back to Node 8 please add the following to appveyor.yml:

init:
- ps: Install-Product node 8

What’s new

  • #3598 Ruby 3.0, Ruby 2.7.2
  • #3599 Node.js 14 is default on Visual Studio 2019 image
  • #3601 InnoSetup 6.1.2
  • #3603 Visual Studio 2019 version 16.8.4
  • #3604 CMake 3.19.2
  • #3605 Firefox 84.0.2
  • #3606 Node 15.6.0, 14.15.4, 12.20.1, 10.23.1
  • #3607 Python 3.9.1, Python 3.8.7
  • #3608 PowerShell Core 7.1.1

Previous worker image

There is a build worker image available from previous deployment. You can use it in case of any issues with the current image:

Previous Visual Studio 2019

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

image: Previous Visual Studio 2019