Skip to content

Commit

Permalink
chore: git action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyehyeongjo2 committed Feb 12, 2025
1 parent 3a77b07 commit 2262f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '16.x'
- name: Install dependencies
run: |
if [ -e yarn.lock ]; then
Expand Down

0 comments on commit 2262f8b

Please sign in to comment.