Skip to content

Commit

Permalink
chore: bump node versions in ci (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Carbert authored and RasPhilCo committed Oct 7, 2019
1 parent 73bfd5a commit 6a3a895
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
$NYC yarn test
$NYC report --reporter text-lcov > coverage.lcov
curl -s https://codecov.io/bash | bash
node-8:
node-12:
<<: *test
docker:
- image: node:8
- image: node:12
node-10:
<<: *test
docker:
- image: node:10
# release:
# <<: *test
# steps:
Expand All @@ -48,7 +52,8 @@ workflows:
"@oclif/plugin-help":
jobs:
- node-latest
- node-8
- node-12
- node-10
# - release:
# context: org-global
# filters:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ after_test:
bash codecov.sh
build: off

0 comments on commit 6a3a895

Please sign in to comment.