Skip to content

Commit

Permalink
GHA CI: show installed version
Browse files Browse the repository at this point in the history
Before this change, it wasn't clear which exact version were installed.

PR #22155.
  • Loading branch information
Chocobo1 authored Jan 13, 2025
1 parent 2cc7ec9 commit 4686d67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_webui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4686d67

Please sign in to comment.