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

Commit

Permalink
chore: update node versions in ci (#73)
Browse files Browse the repository at this point in the history
* chore: update node versions in ci

* images
  • Loading branch information
RasPhilCo authored and Chad Carbert committed Oct 11, 2019
1 parent 81997b4 commit ad7d96b
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 @@ -15,19 +15,19 @@ jobs:
$NYC yarn test
$NYC report --reporter text-lcov > coverage.lcov
curl -s https://codecov.io/bash | bash
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/command":
jobs:
- node-latest
- node-12
- node-10
- node-8

0 comments on commit ad7d96b

Please sign in to comment.