Skip to content

Commit 80a17d8

Browse files
aivuss0ph1e
andauthored
Drop Node.js v12 (#479)
Co-authored-by: Sophia Antipenko <[email protected]>
1 parent b7f49ac commit 80a17d8

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-
- 12
1918
- 14
2019
- 16
2120
- 17

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Try it in [demo app](https://scraper.nepochataya.pp.ua/) ([source](https://githu
2323
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).
2424

2525
## Requirements
26-
* nodejs version >= 12.17.0
26+
* nodejs version >= 14
2727
* website-scraper 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)
2828

2929
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"lib"
6363
],
6464
"engines": {
65-
"node": ">=12"
65+
"node": ">=14"
6666
}
6767
}

0 commit comments

Comments
 (0)