Try to upgrade yarn before node

This commit is contained in:
grossmj
2019-12-24 01:52:43 +08:00
parent 9b239ebc85
commit a88fd0df76

View File

@ -3,7 +3,7 @@ version: 2
jobs:
build:
macos:
xcode: "9.4.0"
xcode: "10.1.0"
steps:
- checkout
@ -12,6 +12,7 @@ jobs:
name: Install nodejs
command: |
brew update
brew upgrade yarn
brew upgrade node
- run: