try with the latest node, as we no longer require node 10
This commit is contained in:
parent
67a380c9fa
commit
cc06605b40
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue