Skip to content

Commit 809c6ab

Browse files
committed
Drop support of nodejs 18
1 parent 58d4556 commit 809c6ab

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node-version:
19-
- 18
2019
- 20
2120
- 22
2221
- 24

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ If you'd like to sponsor this project and have your avatar or company logo appea
1616
<!-- sponsors --><a href="https://github.com/aivus"><img src="https:&#x2F;&#x2F;github.com&#x2F;aivus.png" width="60px" alt="User avatar: Illia Antypenko" /></a><a href="https://github.com/swissspidy"><img src="https:&#x2F;&#x2F;github.com&#x2F;swissspidy.png" width="60px" alt="User avatar: Pascal Birchler" /></a><a href="https://github.com/itscarlosrufo"><img src="https:&#x2F;&#x2F;github.com&#x2F;itscarlosrufo.png" width="60px" alt="User avatar: Carlos Rufo" /></a><a href="https://github.com/francescamarano"><img src="https:&#x2F;&#x2F;github.com&#x2F;francescamarano.png" width="60px" alt="User avatar: Francesca Marano" /></a><a href="https://github.com/github"><img src="https:&#x2F;&#x2F;github.com&#x2F;github.png" width="60px" alt="User avatar: GitHub" /></a><a href="https://github.com/Belrestro"><img src="https:&#x2F;&#x2F;github.com&#x2F;Belrestro.png" width="60px" alt="User avatar: Andrew Vorobiov" /></a><a href="https://github.com/Effiezhu"><img src="https:&#x2F;&#x2F;github.com&#x2F;Effiezhu.png" width="60px" alt="User avatar: " /></a><a href="https://github.com/slicemedia"><img src="https:&#x2F;&#x2F;github.com&#x2F;slicemedia.png" width="60px" alt="User avatar: " /></a><!-- sponsors -->
1717

1818
## Requirements
19-
* nodejs version >= 18.17
20-
* website-scraper version >= 5
19+
* nodejs version: >= 20
20+
* website-scraper version: 6.*
2121

2222
## Installation
2323
```sh

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"keywords": [
1919
"website-scraper"
2020
],
21-
"author": "Sofiia Antypenko <[email protected]>",
21+
"author": "Sofiia Antypenko <[email protected]>",
2222
"license": "MIT",
2323
"bugs": {
2424
"url": "https://github.com/website-scraper/website-scraper-existing-directory/issues"
@@ -32,15 +32,15 @@
3232
"chai": "^6.0.1",
3333
"eslint": "^8.5.0",
3434
"mocha": "^11.0.1",
35-
"website-scraper": "^5.2.0"
35+
"website-scraper": "^6.0.0"
3636
},
3737
"peerDependencies": {
38-
"website-scraper": "^5.2.0"
38+
"website-scraper": "^6.0.0"
3939
},
4040
"files": [
4141
"index.js"
4242
],
4343
"engines": {
44-
"node": ">=18.17"
44+
"node": ">=20"
4545
}
4646
}

0 commit comments

Comments
 (0)