Skip to content

Commit 32bdbe8

Browse files
authored
docs: change node version from 14 to 22 in frontend project (kubeflow#11567)
Signed-off-by: mahdikhashan <[email protected]>
1 parent 18641e1 commit 32bdbe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Tools you need
44

5-
You need `node v14` and `npm`.
5+
You need `node v22` and `npm`.
66
Recommend installing `node` and `npm` using https://github.com/nvm-sh/nvm. After installing nvm,
7-
you can install `node v14` by `nvm install 14`.
7+
you can install `node v22` by `nvm install 22`.
88

99
## Manage dev environment with npm
1010

0 commit comments

Comments
 (0)