From 3dce3af319d1fb03dff178ae9a04a0edc1ede308 Mon Sep 17 00:00:00 2001 From: Oleksandr Bordun Date: Mon, 11 Nov 2019 18:13:56 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11d4135..013ccc6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry. +> **Please keep in mind** that this Action was originally written for GitHub Actions beta (when Docker was the only way of doing things). +Consider using [actions/setup-node](https://github.com/actions/setup-node) to work with Yarn. This repository will be mostly supporting the existing flows. + ## Usage An example workflow how to install packages via Yarn (using repository syntax):