From 4f0f5d5439b1d62071ca8e8b9d24b98ac2caa9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:35:58 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20node=20version=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef6413e..10ffb02 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Alogrithm Front CI/CD on: push: branches: - - main + - 8-fix-cicd-중-발생한-husky-와-node-버전-불일치-해결 jobs: deploy: @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '20.0.0' + node-version: '20.18.0' - name: Install dependencies with Yarn uses: actions/cache@v3