Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef7a0f3

Browse files
build: shows node version
1 parent efb2c7d commit ef7a0f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs: # a collection of steps
6565
- run:
6666
name: ruby version
6767
command: ruby -v
68+
- run:
69+
name: node version
70+
command: node -v
71+
- run:
72+
name: NPM version
73+
command: npm -v
6874

6975
# Restore bundle cache
7076
- restore_cache:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /