From cc06605b40ccd231e556d08b42e482eb44c9ad7e Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Fri, 21 Aug 2020 17:49:07 +0100 Subject: [PATCH] try with the latest node, as we no longer require node 10 --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cbf7b8..f9e4bc7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,9 +75,8 @@ stages: vmImage: 'macOS-10.14' steps: - bash: | - brew unlink node@6 brew update - for p in macvim node@10 tcl-tk llvm; do + for p in macvim node tcl-tk llvm; do brew install $p brew outdated $p || brew upgrade $p done