From 504d37d628f3d892c4e3c1800de26dd3f41161cb Mon Sep 17 00:00:00 2001 From: Hasse Imberg <135697440+Hasse331@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:47:51 +0300 Subject: [PATCH] DEVELOPERS.md versions updated (#22874) * updated DEVELOPERS.md documentation versions * updated DEVELOPERS.md documentation versions * npm 10 -> 9 and or higher * version has to be 20 LTS, not higher --- DEVELOPERS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index b1eefec714..a42c0a057b 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -1,6 +1,7 @@ # Developing Supabase - [Developing Supabase](#developing-supabase) + - [Getting started](#getting-started) - [Install dependencies](#install-dependencies) - [Local development](#local-development) @@ -11,8 +12,8 @@ - [Shared components](#shared-components) - [Installing packages](#installing-packages) - [Running Docker for Supabase Studio](#running-docker-for-supabase-studio) - - [Prerequsites](#prerequsites) - - [Get Started](#get-started) + - [Prerequsites](#prerequsites) + - [Get Started](#get-started) - [Create a pull request](#create-a-pull-request) - [Issue assignment](#issue-assignment) - [Common tasks](#common-tasks) @@ -36,8 +37,8 @@ To ensure a positive and inclusive environment, please read our [code of conduct You will need to install and configure the following dependencies on your machine to build [Supabase](https://supabase.com): - [Git](http://git-scm.com/) -- [Node.js v18.x (LTS)](http://nodejs.org) -- [npm](https://www.npmjs.com/) version 9.x.x +- [Node.js v20.x (LTS)](http://nodejs.org) +- [npm](https://www.npmjs.com/) version 9.x.x or higher - [Docker](https://docs.docker.com/get-docker/) (to run studio locally) ## Local development