diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc4e995..5064c34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,6 +80,7 @@ stages: brew install $p brew outdated $p || brew upgrade $p done + find /usr/local/include/node -type d -exec chmod +w {} \; brew link --force --overwrite node displayName: 'Install vim and node'