Skip to content

Commit

Permalink
chore: npm clean install 에서 install 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 10, 2024
1 parent bae6a4e commit f89c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Code Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
run: npm i
- name: Lint Code
run: npm run lint
- name: Format Code
Expand Down

0 comments on commit f89c075

Please sign in to comment.