Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

chore: update circle config #21

Merged
merged 1 commit into from
Oct 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ workflows:
"@oclif/errors":
jobs:
- node-latest
- node-8
- node-12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it also needs node-12 and node-10 to extend off of test.

  node-10:
    <<: *test
    docker:
      - image: node:10

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^that's defined above, these are the workflows declaration

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, my bad. Looks good.

- node-10
- release:
context: org-global
filters:
Expand Down