Skip to content

Commit

Permalink
fix : node version 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Oct 22, 2024
1 parent 10a1a87 commit 4f0f5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Alogrithm Front CI/CD
on:
push:
branches:
- main
- 8-fix-cicd-중-발생한-husky-와-node-버전-불일치-해결

jobs:
deploy:
Expand All @@ -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
Expand Down

0 comments on commit 4f0f5d5

Please sign in to comment.