From 74e033b0fa58ee88b9a5977f2a58d123623f8d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernard=20Stojanovi=C4=87?= Date: Wed, 22 Nov 2023 03:25:52 +0100 Subject: [PATCH 1/2] Update monorepo.md Add a note for an issue with `corepack` for `actions/setup-node@v3` used with `cache: 'yarn'` --- docs/3_development/2_tech-stack/Typescript/monorepo.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/3_development/2_tech-stack/Typescript/monorepo.md b/docs/3_development/2_tech-stack/Typescript/monorepo.md index f103840..4bb1c3f 100644 --- a/docs/3_development/2_tech-stack/Typescript/monorepo.md +++ b/docs/3_development/2_tech-stack/Typescript/monorepo.md @@ -27,6 +27,13 @@ If you are running node@16+, you just need to run `corepack enable`. If you are running older version, run `npm i -g corepack`. Make sure you put this in README file for future contributors. +:::warning + +Date: 22 November 2023 +There is an issue with `actions/setup-node@v3` it is used with `cache: 'yarn'` + +::: + ### 2. Init repository - Make sure your root `package.json` contains: From 70b75b997b114d26dcd1aa19160010c8e02b382e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernard=20Stojanovi=C4=87?= Date: Tue, 28 Nov 2023 14:52:45 +0100 Subject: [PATCH 2/2] Update docs/3_development/2_tech-stack/Typescript/monorepo.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marin Petrunić --- docs/3_development/2_tech-stack/Typescript/monorepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3_development/2_tech-stack/Typescript/monorepo.md b/docs/3_development/2_tech-stack/Typescript/monorepo.md index 4bb1c3f..a66397e 100644 --- a/docs/3_development/2_tech-stack/Typescript/monorepo.md +++ b/docs/3_development/2_tech-stack/Typescript/monorepo.md @@ -30,7 +30,7 @@ Make sure you put this in README file for future contributors. :::warning Date: 22 November 2023 -There is an issue with `actions/setup-node@v3` it is used with `cache: 'yarn'` +There is an issue with `actions/setup-node@v3` if is used with `cache: 'yarn'` :::