Skip to content

Commit d4b5598

Browse files
committed
Change to require Node.js 16
1 parent a139abd commit d4b5598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ versions of Node.js.
369369

370370
When we cut a new major release, we drop support for unmaintained versions of
371371
Node.
372-
This means we try to keep the current release line, `hast-util-sanitize@^4`,
373-
compatible with Node.js 12.
372+
This means we try to keep the current release line, `hast-util-sanitize@^5`,
373+
compatible with Node.js 16.
374374

375375
## Security
376376

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"newLine": "lf",
1313
"skipLibCheck": true,
1414
"strict": true,
15-
"target": "es2020"
15+
"target": "es2022"
1616
}
1717
}

0 commit comments

Comments
 (0)