Skip to content

Commit 8462981

Browse files
committed
Change to require Node.js 16
1 parent 2463986 commit 8462981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ versions of Node.js.
255255
256256
When we cut a new major release, we drop support for unmaintained versions of
257257
Node.
258-
This means we try to keep the current release line, `mdast-util-to-nlcst@^6`,
259-
compatible with Node.js 12.
258+
This means we try to keep the current release line, `mdast-util-to-nlcst@^7`,
259+
compatible with Node.js 16.
260260
261261
## Security
262262

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"emitDeclarationOnly": true,
88
"exactOptionalPropertyTypes": true,
99
"forceConsistentCasingInFileNames": true,
10-
"lib": ["es2020"],
10+
"lib": ["es2022"],
1111
"module": "node16",
1212
"newLine": "lf",
1313
"skipLibCheck": true,
1414
"strict": true,
15-
"target": "es2020"
15+
"target": "es2022"
1616
}
1717
}

0 commit comments

Comments
 (0)