Skip to content

Commit

Permalink
[INTERNAL] Azure: Use Node v12 as latest in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 7, 2019
1 parent 297890a commit 71c6625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ strategy:
node_version: 10.x
linux_node_latest:
imageName: 'ubuntu-16.04'
node_version: 11.x
node_version: 12.x
mac_node_latest:
imageName: 'macos-10.13'
node_version: 11.x
node_version: 12.x
windows_node_latest:
imageName: 'vs2017-win2016'
node_version: 11.x
node_version: 12.x

pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 71c6625

Please sign in to comment.