From 71c662543a7fa8dddd6d6d60e12fd28a44ac4caa Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 23 Jul 2019 17:33:33 +0200 Subject: [PATCH] [INTERNAL] Azure: Use Node v12 as latest in test matrix Node 11 went end-of-life in June: https://github.com/nodejs/Release#end-of-life-releases --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a18da2979..acdd36b18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)