From c15338f2468745606a27baf25a23ce1100562577 Mon Sep 17 00:00:00 2001 From: Gary Tyler Date: Sun, 29 Dec 2024 15:17:41 -0600 Subject: [PATCH] set yarn version instead of installing --- .github/workflows/oxygen-deployment-950295.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oxygen-deployment-950295.yml b/.github/workflows/oxygen-deployment-950295.yml index 757ee91..6bfa1e0 100644 --- a/.github/workflows/oxygen-deployment-950295.yml +++ b/.github/workflows/oxygen-deployment-950295.yml @@ -19,8 +19,8 @@ jobs: with: node-version: lts/* check-latest: true - - name: Install Yarn 4.5.3 - run: npm install -g yarn@4.5.3 + - name: Set yarn version to 4.5.3 + run: yarn set version 4.5.3 - name: Verify Yarn version run: yarn --version - name: Get yarn cache directory