From e38291e1e0482820e454115179042a835962f4d8 Mon Sep 17 00:00:00 2001 From: Xiaobo Yang <32838363@qq.com> Date: Tue, 17 Mar 2026 15:23:53 +0800 Subject: [PATCH] chore: add required yarn version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8f048da..4ab679ae6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ import { GlintsContainer } from 'glints-aries'; ### Development -Before that, make sure you already have git, node (version >= 14), and yarn installed. +Before that, make sure you already have git, node (version >= 14), and yarn(version >= 1.22.0) installed. 1. Clone the repository