mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
docs: update to node 18 (#3689)
## About the changes Update documentation to the minimum version of node. This was already updated in other parts of the documentation --------- Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
parent
e50a521781
commit
8023fef711
@ -8,7 +8,7 @@ title: Getting Started
|
|||||||
|
|
||||||
You will need:
|
You will need:
|
||||||
|
|
||||||
- [Node.js](https://nodejs.org/en/download/) (version 14 or later)
|
- [Node.js](https://nodejs.org/en/download/) (version 18 or later)
|
||||||
- [PostgreSQL](https://www.postgresql.org/download/) (version 10 or later)
|
- [PostgreSQL](https://www.postgresql.org/download/) (version 10 or later)
|
||||||
- [Create an unleash user and database](./database-setup).
|
- [Create an unleash user and database](./database-setup).
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.14"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
|
Loading…
Reference in New Issue
Block a user