Skip to content

Commit

Permalink
fix: node 버전 수정 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Nov 8, 2024
1 parent 9846940 commit eaf2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '20.11.1'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit eaf2b6e

Please sign in to comment.