Skip to content

Commit 40ab5ab

Browse files
committed
Add debug statements
1 parent dae0532 commit 40ab5ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,14 @@ jobs:
120120
# Print debug info:
121121
- name: 'Print debug info'
122122
run: |
123+
echo 'Git:'
123124
git --version
125+
echo ''
126+
echo 'Node.js:'
124127
node --version
125128
node -p 'process.platform + "@" + process.arch'
129+
echo ''
130+
echo 'npm:'
126131
npm --version
127132
npm config get registry
128133
timeout-minutes: 2

0 commit comments

Comments
 (0)