summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2022-01-28 13:55:57 -0800
committerAlexander Early <alexander.early@gmail.com>2022-01-28 13:55:57 -0800
commitfe491a5367953352af44e162f63debe39bcb518d (patch)
tree3632daec189b716c09c2367bc7812399e01d8ded
parenta545d96b142651dfc39effe93bec06adecb6c4d6 (diff)
downloadasync-fe491a5367953352af44e162f63debe39bcb518d.tar.gz
coverage on node 16
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 113b07b..2b32ea4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,11 +74,11 @@ jobs:
DISPLAY: :99.0
- name: Coverage
- if: matrix.os == 'ubuntu-latest' && matrix.node == '14'
+ if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
run: npm run coverage && npx nyc report --reporter=lcov
- name: Coveralls
- if: matrix.os == 'ubuntu-latest' && matrix.node == '14'
+ if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}