From a10e85d3b37205e7e7591d909e7be0d2f7c8bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 8 Apr 2024 17:22:03 +0200 Subject: [PATCH] docs: update min versions for node and postsgres (#6778) Just aligning with our required node version from package.json https://github.com/Unleash/unleash/blob/e9f9cd1147d636fbb47956f07b18baa46bdabf93/package.json#L22-L24 and https://docs.getunleash.io/using-unleash/deploy/database-setup --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9860c4fd52..7ec4c81d5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Follow the steps in [the "how to run the project" section](#how-to-run-the-proje ### Make your update: -Make your changes to the file(s) you'd like to update. You'll need **Node.js v14** and PostgreSQL 10 to run Unleash locally. [See more details](https://github.com/Unleash/unleash/tree/master/website/docs/contributing/developer-guide.md) +Make your changes to the file(s) you'd like to update. You'll need **Node.js v18** and PostgreSQL 14 to run Unleash locally. [See more details](https://github.com/Unleash/unleash/tree/master/website/docs/contributing/developer-guide.md) ### Open a pull request