mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-22 00:13:36 +00:00
Try to upgrade yarn before node
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user