Skip to content

Commit

Permalink
Chore : CI/CD 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ncb6206 committed Feb 18, 2024
1 parent 135b138 commit 8d64a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
Expand Down

0 comments on commit 8d64a8f

Please sign in to comment.