Skip to content

Commit

Permalink
chore: bump node versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian committed Oct 4, 2019
1 parent 11dda0c commit 674af8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
curl -s https://codecov.io/bash | bash
- store_test_results: &store_test_results
path: ~/cli/reports
node-10:
node-12:
<<: *test
docker:
- image: node:10
node-8:
- image: node:12
node-10:
<<: *test
docker:
- image: node:8
- image: node:10

workflows:
version: 2
"@oclif/plugin-plugins":
jobs:
- node-latest
- node-12
- node-10
- node-8

0 comments on commit 674af8e

Please sign in to comment.