Skip to content

Commit 77af2e5

Browse files
committed
ci: Log all NPM versions on runner
1 parent f738e56 commit 77af2e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
which npm
5959
6060
- name: Print NPM Version
61-
run: npm --version
61+
run: |
62+
npm --version
63+
/usr/local/bin/npm --version
6264
6365
# Disabled until the right version of NPM is installed
6466
# - name: Configure Git

0 commit comments

Comments
 (0)