From 635c6493f5063879bdc46bb9dc9288c097a75f99 Mon Sep 17 00:00:00 2001 From: Taesu Kim <166604494+bytaesu@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:49:09 +0900 Subject: [PATCH] Fix: update npm version in DEVELOPERS.md (#29464) fix: update npm version of DEVELOPERS.md Co-authored-by: Taesu --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index a42c0a057b..6aab339f86 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -38,7 +38,7 @@ You will need to install and configure the following dependencies on your machin - [Git](http://git-scm.com/) - [Node.js v20.x (LTS)](http://nodejs.org) -- [npm](https://www.npmjs.com/) version 9.x.x or higher +- [npm](https://www.npmjs.com/) version 10.x.x or higher - [Docker](https://docs.docker.com/get-docker/) (to run studio locally) ## Local development