fix: update install dependency step
This commit is contained in:
@@ -16,6 +16,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
- name: Run lint-fix
|
||||
run: npm run lint-fix
|
||||
|
||||
Reference in New Issue
Block a user