Skip to content

Commit

Permalink
Revert "Update npm install command in lint_checks.yml"
Browse files Browse the repository at this point in the history
This reverts commit a9fd842.
  • Loading branch information
ruru-m07 authored Feb 18, 2024
1 parent 25066ea commit d3f0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_chacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: "14" # Use a specific Node.js version, adjust as needed

- name: Install Dependencies ☘️
run: npm i # Use npm i for faster and more consistent installs
run: npm ci # Use npm ci for faster and more consistent installs

- name: Tests and Linting ✅
run: |
Expand Down

0 comments on commit d3f0275

Please sign in to comment.