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

chore: update node versions in ci #20

Merged
merged 3 commits into from
Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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