Skip to content

Commit

Permalink
test: upgrade circleci node orb (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller authored Apr 15, 2021
1 parent 5be2c5a commit 54cd883
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2.1

orbs:
node: circleci/node@1.1
node: circleci/node@4.2.1

composer_with_lowest_dependencies: &composer_with_lowest_dependencies
run: |
Expand Down Expand Up @@ -74,11 +74,8 @@ jobs:
executor:
name: node/default
steps:
- node/install
- checkout
- node/with-cache:
steps:
- run: npm install
- node/install-packages
- run: node_modules/.bin/semantic-release --dry-run

release:
Expand All @@ -87,9 +84,7 @@ jobs:
steps:
- node/install
- checkout
- node/with-cache:
steps:
- run: npm install
- node/install-packages
- run: node_modules/.bin/semantic-release

workflows:
Expand Down

0 comments on commit 54cd883

Please sign in to comment.