Skip to content

Commit

Permalink
docs: update to node 18 (#3689)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
gastonfournier and thomasheartman committed May 5, 2023
1 parent e50a521 commit 8023fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/reference/deploy/getting-started.md
Expand Up @@ -8,7 +8,7 @@ title: Getting Started

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)
- [Create an unleash user and database](./database-setup).

Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16.14"
"node": ">=18"
},
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 8023fef

Please sign in to comment.