From 40d05ecbe4e8d4bc9c13c9d492077fe1aaf5c919 Mon Sep 17 00:00:00 2001 From: abhishek Date: Fri, 6 Sep 2024 10:02:52 +0530 Subject: [PATCH] Fixed yarn version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffc9a8d..82b9ba8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "engines": { "node": ">=18.12", "npm": ">=9", - "yarn": ">=1.22" + "yarn": "1.22.x" }, "devDependencies": { "@babel/cli": "^7.24.7",