We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c2750 commit 5e4be61Copy full SHA for 5e4be61
.circleci/config.yml
@@ -12,6 +12,12 @@ workflows:
12
version: 2.1
13
14
commands:
15
+ show-npm-version:
16
+ steps:
17
+ - run:
18
+ name: Versions
19
+ command: npm version
20
+
21
install-dependencies:
22
parameters:
23
cache-id:
@@ -48,9 +54,7 @@ jobs:
48
54
type: boolean
49
55
default: false
50
56
steps:
51
- - run:
52
- name: Versions
53
- command: npm version
57
+ - show-npm-version
58
- checkout
59
- install-dependencies:
60
cache-id: solc-js
0 commit comments