mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
GHA CI: show installed version
Before this change, it wasn't clear which exact version were installed.
This commit is contained in:
parent
c622d50814
commit
e53e46709b
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/*'
|
||||
|
||||
- name: Install tools
|
||||
run: npm install
|
||||
run: |
|
||||
npm install
|
||||
npm ls
|
||||
npm ls --all
|
||||
|
||||
- name: Lint code
|
||||
run: npm run lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue