Skip to content

Commit 0d4d2fd

Browse files
committed
ci: Print NPM version
1 parent b65e544 commit 0d4d2fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Update NPM
5151
run: sudo npm i -g npm@latest
5252

53+
- name: Print NPM Version
54+
run: npm --version
55+
5356
- name: Configure Git
5457
run: |
5558
git config user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)