diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 989240a..d3f17bf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 20.x] steps: - uses: actions/checkout@v1 @@ -23,8 +23,4 @@ jobs: npm test env: CI: true - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.0.2 - with: - token: ${{secrets.CODECOV_TOKEN}} - file: ./coverage/clover.xml + diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8783404 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20.12.2 diff --git a/README.md b/README.md index 3ac96c6..e8bf69a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@
[![Actions Status](https://github.com/sandstreamdev/react-swipeable-list/workflows/Node%20CI/badge.svg)](https://github.com/sandstreamdev/react-swipeable-list/actions) -[![codecov](https://codecov.io/gh/sandstreamdev/react-swipeable-list/branch/master/graph/badge.svg)](https://codecov.io/gh/sandstreamdev/react-swipeable-list) ![GitHub Release Date](https://img.shields.io/github/release-date/sandstreamdev/react-swipeable-list) [![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)