GHA CI: show installed version

Before this change, it wasn't clear which exact version were installed.

PR #22155.
This commit is contained in:
Chocobo1 2025-01-13 17:24:08 +08:00 committed by GitHub
parent 2cc7ec90a8
commit 4686d6709e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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