Skip to content

Commit

Permalink
docs: Correct circleci workflow (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
cades committed Feb 17, 2022
1 parent 2c30e26 commit b4bc191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/recipes/ci-configurations/circleci-workflows.md
Expand Up @@ -22,14 +22,12 @@ Finally, we call our release job with a `requires` parameter so that `release` w
```yaml
version: 2.1
orbs:
node: circleci/node@4.5
node: circleci/node@5.0.0
jobs:
release:
executor: node/default
steps:
- checkout
- node/install
lts: true
- node/install-packages # Install and automatically cache packages
# Run optional required steps before releasing
# - run: npm run build-script
Expand Down

0 comments on commit b4bc191

Please sign in to comment.