mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Update CI.yml
This commit is contained in:
parent
9c9f694caa
commit
89e4c79845
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -23,10 +23,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm ci
|
||||||
|
|
||||||
- name: Run linting
|
|
||||||
run: npm run lint
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run coverage
|
run: npm run coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user