Skip to content

Commit 386e483

Browse files
authored
Merge pull request #87 from extractus/6.2.2
v6.2.2
2 parents b81646a + 95f5dc9 commit 386e483

File tree

6 files changed

+592
-476
lines changed

6 files changed

+592
-476
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node_version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
15+
node_version: [14.x, 16.x, 18.x, 20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ To read & normalize RSS/ATOM/JSON feed data.
66
![CodeQL](https://github.com/extractus/feed-extractor/workflows/CodeQL/badge.svg)
77
![CI test](https://github.com/extractus/feed-extractor/workflows/ci-test/badge.svg)
88
[![Coverage Status](https://img.shields.io/coveralls/github/extractus/feed-extractor)](https://coveralls.io/github/extractus/feed-extractor?branch=main)
9-
[![CodeFactor](https://www.codefactor.io/repository/github/extractus/feed-extractor/badge)](https://www.codefactor.io/repository/github/extractus/feed-extractor)
109

1110
(This library is derived from [feed-reader](https://www.npmjs.com/package/feed-reader) renamed.)
1211

0 commit comments

Comments
 (0)