Prefer npm to NPM

Co-authored-by: Jurre <jurre@github.com>
This commit is contained in:
Barry Gordon
2022-04-19 20:01:37 +01:00
committed by GitHub
parent a20aed188f
commit 221b2c09c5

View File

@@ -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