Skip to content

Commit

Permalink
docs: change node version from 14 to 22 in frontend project (#11567)
Browse files Browse the repository at this point in the history
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
  • Loading branch information
mahdikhashan authored Feb 5, 2025
1 parent 18641e1 commit 32bdbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32bdbe8

Please sign in to comment.