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