Change to require Node.js 16
This commit is contained in:
parent
9e219a3603
commit
20c4a6b5e1
2 changed files with 4 additions and 4 deletions
|
@ -400,8 +400,8 @@ versions of Node.js.
|
|||
|
||||
When we cut a new major release, we drop support for unmaintained versions of
|
||||
Node.
|
||||
This means we try to keep the current release line, `remark-directive@^2`,
|
||||
compatible with Node.js 12.
|
||||
This means we try to keep the current release line, `remark-directive@^3`,
|
||||
compatible with Node.js 16.
|
||||
|
||||
## Security
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"lib": ["es2020"],
|
||||
"lib": ["es2022"],
|
||||
"module": "node16",
|
||||
"strict": true,
|
||||
"target": "es2020"
|
||||
"target": "es2022"
|
||||
},
|
||||
"exclude": ["coverage/", "node_modules/"],
|
||||
"include": ["**/*.js"]
|
||||
|
|
Loading…
Add table
Reference in a new issue