ci: Print NPM version

This commit is contained in:
Aaron
2025-10-12 21:41:59 -05:00
parent b65e5446fa
commit 0d4d2fdd7e
+3
View File
@@ -50,6 +50,9 @@ jobs:
- name: Update NPM
run: sudo npm i -g npm@latest
- name: Print NPM Version
run: npm --version
- name: Configure Git
run: |
git config user.name 'github-actions[bot]'