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