mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-20 16:20:48 +00:00
Try to upgrade yarn before node
This commit is contained in:
parent
9b239ebc85
commit
a88fd0df76
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user