Skip to content

Commit 70b3a29

Browse files
committed
ci: print versions
Just informative, for the log.
1 parent 0394629 commit 70b3a29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
npm install --global yarn
7373
yarn install
7474
75+
- name: Print versions
76+
run: node --version && npm --version && yarn --version
77+
7578
- name: Build
7679
run: yarn build
7780

0 commit comments

Comments
 (0)