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
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Oct 3, 2019
1 parent 81997b4 commit 9561490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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:
node-10:
<<: *test
docker:
- image: node:8
Expand All @@ -29,5 +29,5 @@ workflows:
"@oclif/command":
jobs:
- node-latest
- node-12
- node-10
- node-8

0 comments on commit 9561490

Please sign in to comment.