mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01:00
Fix yarn installation failing in CI
This commit is contained in:
parent
536554c18b
commit
8f9124bc3f
@ -44,7 +44,7 @@ cache:
|
||||
|
||||
# Install yarn as Travis doesn't support it out of the box
|
||||
before_install:
|
||||
- npm install -g yarn
|
||||
- npm install -g yarn@v0.22.0
|
||||
|
||||
# Install dependencies
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user