Skip to content

Commit d47c284

Browse files
committed
Update min node version
1 parent e90c5c5 commit d47c284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/erbium
20+
- lts/fermium
2121
- node

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ It turns hast into HTML.
5555
## Install
5656

5757
This package is [ESM only][esm].
58-
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
58+
In Node.js (version 14.14+, 16.0+, or 18.0+), install with [npm][]:
5959

6060
```sh
6161
npm install hast-util-from-html
@@ -400,7 +400,7 @@ It exports the additional type `Options`, `OnError`, `ErrorCode`, and
400400

401401
Projects maintained by the unified collective are compatible with all maintained
402402
versions of Node.js.
403-
As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18.0+.
403+
As of now, that is Node.js 14.14+, 16.0+, and 18.0+.
404404
Our projects sometimes work with older versions, but this is not guaranteed.
405405

406406
## Security

0 commit comments

Comments
 (0)