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,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:
|
||||||
|
Reference in New Issue
Block a user