Skip to content

Commit 54cd883

Browse files
authored
test: upgrade circleci node orb (#134)
1 parent 5be2c5a commit 54cd883

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33

44
orbs:
5-
node: circleci/node@1.1
5+
node: circleci/node@4.2.1
66

77
composer_with_lowest_dependencies: &composer_with_lowest_dependencies
88
run: |
@@ -74,11 +74,8 @@ jobs:
7474
executor:
7575
name: node/default
7676
steps:
77-
- node/install
7877
- checkout
79-
- node/with-cache:
80-
steps:
81-
- run: npm install
78+
- node/install-packages
8279
- run: node_modules/.bin/semantic-release --dry-run
8380

8481
release:
@@ -87,9 +84,7 @@ jobs:
8784
steps:
8885
- node/install
8986
- checkout
90-
- node/with-cache:
91-
steps:
92-
- run: npm install
87+
- node/install-packages
9388
- run: node_modules/.bin/semantic-release
9489

9590
workflows:

0 commit comments

Comments
 (0)