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 5be2c5a commit 54cd883Copy full SHA for 54cd883
.circleci/config.yml
@@ -2,7 +2,7 @@
2
version: 2.1
3
4
orbs:
5
- node: circleci/node@1.1
+ node: circleci/node@4.2.1
6
7
composer_with_lowest_dependencies: &composer_with_lowest_dependencies
8
run: |
@@ -74,11 +74,8 @@ jobs:
74
executor:
75
name: node/default
76
steps:
77
- - node/install
78
- checkout
79
- - node/with-cache:
80
- steps:
81
- - run: npm install
+ - node/install-packages
82
- run: node_modules/.bin/semantic-release --dry-run
83
84
release:
@@ -87,9 +84,7 @@ jobs:
87
88
85
- node/install
89
86
90
91
92
93
- run: node_modules/.bin/semantic-release
94
95
workflows:
0 commit comments