From 91a751499eb6982d9fc1828c4d59c3af5ca04f85 Mon Sep 17 00:00:00 2001 From: Kerry Powell Date: Tue, 12 Dec 2023 11:20:59 -0700 Subject: [PATCH] set yarn version to 1.21.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab9c33a..0143838 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ }, "engines": { "node": ">=14.15.0", - "yarn": ">=1.21.1" + "yarn": "1.21.1" } }