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: jobs:
build: build:
macos: macos:
xcode: "9.4.0" xcode: "10.1.0"
steps: steps:
- checkout - checkout
- run: - run:
name: Install nodejs name: Install nodejs
command: | command: |
brew update brew update
brew upgrade yarn
brew upgrade node brew upgrade node
- run: - run: