From 33471e2a2a46948214766b38bc5df3db8aa8da55 Mon Sep 17 00:00:00 2001 From: Hojeong Park Date: Sun, 7 Jun 2026 00:39:11 +0900 Subject: [PATCH] [ZEPPELIN-6424] Align web-angular README Node.js prerequisite --- zeppelin-web-angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-web-angular/README.md b/zeppelin-web-angular/README.md index af2e65425ff..9084494005d 100644 --- a/zeppelin-web-angular/README.md +++ b/zeppelin-web-angular/README.md @@ -23,7 +23,7 @@ Zeppelin notebooks front-end built with Angular. ### Prerequisites -- [Node.js](https://nodejs.org) v16 or use [creationix/nvm](https://github.com/creationix/nvm). +- [Node.js](https://nodejs.org) 22.21.1 or use [creationix/nvm](https://github.com/creationix/nvm). - NPM package manager (which is installed with Node.js by default). - [Angular CLI](https://angular.io/cli) version 8.3.0 or later.