Skip to content

Commit fa80b06

Browse files
committed
Drop support of nodejs 18
1 parent bdacc46 commit fa80b06

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node-version:
18-
- 18
1918
- 20
2019
- 22
2120
- current

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Download the website to the local directory (including all css, images, js, etc.
1616
This module is an Open Source Software maintained by one developer in free time. If you want to thank the author of this module you can use [GitHub Sponsors](https://github.com/sponsors/s0ph1e) or [Patreon](https://www.patreon.com/s0ph1e).
1717

1818
## Requirements
19-
* nodejs version >= 18.17
19+
* nodejs version >= 20.18.1
2020
* website-scraper since v5 is pure ESM (it doesn't work with CommonJS), [read more in release v5.0.0 docs](https://github.com/website-scraper/node-website-scraper/releases/tag/v5.0.0)
2121

2222
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"lib"
6161
],
6262
"engines": {
63-
"node": ">=18.17"
63+
"node": ">=20.18.1"
6464
}
6565
}

0 commit comments

Comments
 (0)