Skip to content

Commit

Permalink
docs(recipes): correct circleci step yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cades committed Feb 15, 2022
1 parent 2c30e26 commit d2bc910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ci-configurations/circleci-workflows.md
Expand Up @@ -28,7 +28,7 @@ jobs:
executor: node/default
steps:
- checkout
- node/install
- node/install:
lts: true
- node/install-packages # Install and automatically cache packages
# Run optional required steps before releasing
Expand Down

0 comments on commit d2bc910

Please sign in to comment.