Skip to content

Commit

Permalink
Update code-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abder authored Oct 24, 2024
1 parent 70b7cc6 commit 7168ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '18'

- name: Install Dependencies
run: npx install --verbose
run: npm install --verbose

- name: Run code quality checks
run: |
Expand Down

0 comments on commit 7168ced

Please sign in to comment.