Skip to content

Commit 0525253

Browse files
committed
test(api): print Node and npm versions in CI
1 parent 5627146 commit 0525253

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
node-version: 22
2121
cache: npm
2222

23+
- name: Print runtime versions
24+
run: |
25+
node -v
26+
npm -v
27+
2328
- name: Install dependencies
2429
run: npm ci
2530

0 commit comments

Comments
 (0)