1
0
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:
Gastón Fournier 2023-05-05 09:17:34 +02:00 committed by GitHub
parent e50a521781
commit 8023fef711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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",