mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
GHA CI: show installed version
Before this change, it wasn't clear which exact version were installed. PR #22155.
This commit is contained in:
parent
2cc7ec90a8
commit
4686d6709e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci_webui.yaml
vendored
5
.github/workflows/ci_webui.yaml
vendored
|
@ -28,7 +28,10 @@ jobs:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: npm install
|
run: |
|
||||||
|
npm install
|
||||||
|
npm ls
|
||||||
|
npm ls --all
|
||||||
|
|
||||||
- name: Lint code
|
- name: Lint code
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue