From f6efd6dc7e4dddb26899a83fd36bb17820596f28 Mon Sep 17 00:00:00 2001 From: Borales <1118933+Borales@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:04:52 +0100 Subject: [PATCH] Update README.md to specify compatibility with Yarn 1.x --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df5c504..23c8882 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GitHub Actions for Yarn +This GitHub Action is currently compatible with Yarn 1.x only. + > Look [github.com/actions/setup-node](https://github.com/actions/setup-node) for more details. This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry.