Skip to content

Commit 39c7e22

Browse files
committed
Change to require Node.js 16
1 parent 7c75796 commit 39c7e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ versions of Node.js.
343343
When we cut a new major release, we drop support for unmaintained versions of
344344
Node.
345345
This means we try to keep the current release line,
346-
`remark-validate-links@^14`, compatible with Node.js 14.
346+
`remark-validate-links@^15`, compatible with Node.js 16.
347347

348348
This plugin works with `unified` version 6+, `remark` version 7+, and
349349
`remark-cli` version 8+.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib": ["es2022"],
99
"module": "node16",
1010
"strict": true,
11-
"target": "es2020"
11+
"target": "es2022"
1212
},
1313
"exclude": ["coverage/", "node_modules/"],
1414
"include": ["**/*.js"]

0 commit comments

Comments
 (0)