GHA CI: show installed version

Before this change, it wasn't clear which exact version were installed.
This commit is contained in:
Chocobo1 2025-01-12 21:59:00 +08:00
commit e53e46709b
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

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