From e1999266ddc3332b31eb04132832e9d7c8641dd6 Mon Sep 17 00:00:00 2001
From: Shinwoo PARK <devpysweb@gmail.com>
Date: Sat, 8 Jun 2024 05:51:58 +0900
Subject: [PATCH] refactor: update react.yml workflow

---
 .github/workflows/react.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml
index 0811302..73d8572 100644
--- a/.github/workflows/react.yml
+++ b/.github/workflows/react.yml
@@ -28,8 +28,6 @@ jobs:
         id: enable-corepack
         run: |
           corepack enable
-          corepack install -g yarn@4
-          corepack use yarn@4
       - name: Restore cache
         uses: actions/cache@v4
         with: