Skip to content

Commit

Permalink
chore: add node-10 job to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Aug 1, 2019
1 parent 3bf4821 commit f9621cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- ~/cli/node_modules
- /usr/local/share/.cache/yarn
- /usr/local/share/.config/yarn
node-10:
<<: *test
docker:
- image: node:10
node-8:
<<: *test
docker:
Expand All @@ -39,4 +43,5 @@ workflows:
"@oclif/plugin-autocomplete":
jobs:
- node-latest
- node-10
- node-8

0 comments on commit f9621cd

Please sign in to comment.