Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
fix dependency install step
  • Loading branch information
neozenith authored Jan 17, 2025
1 parent e6b58ee commit 4e8f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20.x

- name: Install Node.js dependencies
run: npm i node @latest
run: npm ci

- name: run lint
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit 4e8f141

Please sign in to comment.