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,15 +3,16 @@ version: 2
jobs:
build:
macos:
xcode: "9.4.0"
xcode: "10.1.0"
steps:
- checkout
- run:
name: Install nodejs
command: |
brew update
brew upgrade yarn
brew upgrade node
- run: