From 7158c0b3b7632f640a3295ff79e56a6be26be8b5 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 9 Feb 2023 11:06:18 -0500 Subject: [PATCH] Lock yarn version (#19092) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99bed0d91..54cc360e0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Where programmers share ideas and help each other grow", "engines": { - "yarn": ">=1.21.x", + "yarn": "1.22.18", "node": "16.x" }, "main": "index.js",