zuul-jobs/roles/ensure-yarn/README.rst
Mohammed Naser 6920617af5 ensure-yarn: run ensure-nodejs before
YARN needs a modern version of NodeJS and if we don't use the role
to get the latest version, we end up failing on most platforms that
ship an old version of it.

This patch also adds testing to validate that ensure-yarn alone works.

Co-Authored-By: Andreas Jaeger <aj@suse.com>
Change-Id: I83ac09bc5751c85c6f1eac550d289a300ca2255e
2020-05-01 17:07:48 +02:00

7 lines
219 B
ReStructuredText

Install yarn from yarnpkg repos.
This role use the role :zuul:role:`ensure-nodejs` to ensure that
NodeJS is installed. See the documentation for
:zuul:role:`ensure-nodejs` and specify the version of NodeJS to
install.