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

Commit

Permalink
chore: update to node-12 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Oct 1, 2019
1 parent 61371ac commit c619922
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 @@ -19,19 +19,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/config":
jobs:
- node-latest
- node-12
- node-10
- node-8

0 comments on commit c619922

Please sign in to comment.