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

Commit

Permalink
chore: bump node versions in ci (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Carbert authored Oct 7, 2019
1 parent 846cb4b commit b083f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,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/parser":
jobs:
- node-latest
- node-12
- node-10
- node-8
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 b083f9a

Please sign in to comment.