Skip to content

Commit 914c894

Browse files
committed
print npm version
1 parent 0a9525a commit 914c894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ jobs:
236236
DD_GITHUB_JOB_NAME: ${{ matrix.full_name }}
237237
run: |
238238
cd src/ci
239+
echo "npm version:"
240+
npm version
239241
npm ci
240242
python3 scripts/upload-build-metrics.py ../../build/cpu-usage.csv
241243

0 commit comments

Comments
 (0)