mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore: drop support for node <10.9 (#2207)
* drop node <10.9 on 2020 * misc: add nvmrc Co-authored-by: Endi <endiliey@gmail.com>
This commit is contained in:
parent
7f3829124b
commit
a38125a718
20 changed files with 30 additions and 14 deletions
|
@ -16,5 +16,8 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.9.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue