Skip to content

Commit

Permalink
chore: update node versions in ci (jprichardson#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Oct 3, 2019
1 parent b690352 commit bb3c631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,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 Down Expand Up @@ -53,4 +57,5 @@ workflows:
branches: {only: master}
requires:
- node-latest
- node-8
- node-12
- node-10
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "9"
nodejs_version: "10"
cache:
- '%LOCALAPPDATA%\Yarn -> appveyor.yml'
- node_modules -> yarn.lock
Expand All @@ -17,4 +17,3 @@ after_test:
bash codecov.sh
build: off

0 comments on commit bb3c631

Please sign in to comment.