From 286a8990ae2da89056ddb6086d9c157beb7f7e1b Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Mon, 20 Feb 2023 14:44:04 -0500 Subject: [PATCH] Upgrade yarn version to be compatible with @openearch-project/opensearch (#3443) * upgrade yarn version to 1.22.10 to be compatible with @openearch-project/opensearch Signed-off-by: Derek Ho Signed-off-by: David Sinclair --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34946e0e37b2..958dce2a375f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add recording of functional test artifacts if they fail ([#3190](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3190)) - Improve yarn's performance in workflows by caching yarn's cache folder ([#3194](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3194)) - Fix detection of Chrome's version on Darwin during CI ([#3296](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3296)) +- Upgrade yarn version to be compatible with @openearch-project/opensearch ([#3443](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3443)) ### 📝 Documentation diff --git a/package.json b/package.json index 360ecffdae5e..f7f6979371b7 100644 --- a/package.json +++ b/package.json @@ -467,6 +467,6 @@ }, "engines": { "node": "14.20.1", - "yarn": "^1.21.1" + "yarn": "^1.22.10" } }