From 595bcbf9595c4a7e3fb31bb67af73b2a91f93adc Mon Sep 17 00:00:00 2001 From: halionaz Date: Tue, 11 Mar 2025 21:21:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20github=20action=20corepack=20=EC=9D=B4?= =?UTF-8?q?=EC=8A=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8caa4e2d..2495905d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,12 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v4 + - name: Corepack 최신 버전 설치 + run: npm install -g corepack@latest + + - name: Corepack 활성화 + run: corepack enable + - name: Install Dependencies run: yarn