From 82f08760bf6d5af040c6a90bfcddad857eb0100a Mon Sep 17 00:00:00 2001 From: Trae Yelovich Date: Thu, 28 Sep 2023 14:38:34 -0400 Subject: [PATCH] fix(ci): install lerna@6 for deployment workflow Signed-off-by: Trae Yelovich --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 21200fabf1..14a172dc52 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -34,8 +34,8 @@ jobs: with: node-version: '16.x' - - name: Install Yarn - run: npm install -g yarn + - name: Install Yarn and Lerna + run: npm install -g yarn lerna@6 - name: Build Source run: yarn