Skip to content

Commit

Permalink
Prefer npm to NPM
Browse files Browse the repository at this point in the history
Co-authored-by: Jurre <jurre@github.com>
  • Loading branch information
brrygrdn and jurre committed Apr 19, 2022
1 parent a20aed1 commit 221b2c0
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 @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ steps.nvm.outputs.NVMRC }}

- name: Install NPM dependencies
- name: Install npm dependencies
run: npm ci

- name: Run linter
Expand Down

0 comments on commit 221b2c0

Please sign in to comment.