From b259842c3c4cb539d532df674cb11695ab707fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Zalewski?= Date: Tue, 23 Apr 2024 08:54:54 +0200 Subject: [PATCH] Drop Codecov and build on recent Node.js version --- .github/workflows/nodejs.yml | 8 ++------ .nvmrc | 1 + README.md | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 .nvmrc 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-)