diff --git a/frontend/README.md b/frontend/README.md index 7a3766f01df..31a8c123f36 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -2,9 +2,9 @@ ## Tools you need -You need `node v14` and `npm`. +You need `node v22` and `npm`. Recommend installing `node` and `npm` using https://github.com/nvm-sh/nvm. After installing nvm, -you can install `node v14` by `nvm install 14`. +you can install `node v22` by `nvm install 22`. ## Manage dev environment with npm