From ecb7a6cfc52a2c2074eba1eb0c8fbbfcc86adda9 Mon Sep 17 00:00:00 2001 From: loevray Date: Mon, 1 Apr 2024 01:17:17 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A8chore]:=20cicd=EC=8B=9C=20yarn=20?= =?UTF-8?q?=EC=BA=90=EC=8B=B1=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 052ce32c..2e828263 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,16 +18,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn always-auth: true # Always authenticate against npm registry registry-url: https://registry.npmjs.org/ env: COREPACK_ENABLED: true - - - name: Install Yarn 4.1.0 with Corepack - run: yarn set version 4.1.0 - - - name: Set Yarn Version + + - name: Set Yarn Version run: | yarn set version 4.1.0