mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): Consistently use 10.15.1 as the minimum required node version (#2819)
This commit is contained in:
parent
082c6212cb
commit
33b60c6ba4
20 changed files with 20 additions and 20 deletions
|
@ -29,6 +29,6 @@
|
|||
"shelljs": "^0.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.9.0"
|
||||
"node": ">=10.15.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue