Skip to content

Commit

Permalink
CI: Reusable step for printing npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Feb 7, 2022
1 parent 00c2750 commit 5e4be61
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ workflows:
version: 2.1

commands:
show-npm-version:
steps:
- run:
name: Versions
command: npm version

install-dependencies:
parameters:
cache-id:
Expand Down Expand Up @@ -48,9 +54,7 @@ jobs:
type: boolean
default: false
steps:
- run:
name: Versions
command: npm version
- show-npm-version
- checkout
- install-dependencies:
cache-id: solc-js
Expand Down

0 comments on commit 5e4be61

Please sign in to comment.