Skip to content

Commit

Permalink
[ZEPPELIN-5983] Upgrade to NodeJS 16
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Nov 19, 2023
1 parent 73e1aa3 commit 52cf088
Show file tree
Hide file tree
Showing 7 changed files with 7,290 additions and 7,221 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<scalacheck.version>1.12.5</scalacheck.version>

<!-- frontend maven plugin related versions-->
<node.version>v12.3.1</node.version>
<npm.version>6.9.0</npm.version>
<node.version>v16.20.2</node.version>
<npm.version>8.19.4</npm.version>
<plugin.frontend.version>1.12.1</plugin.frontend.version>

<!-- common library versions -->
Expand Down
2 changes: 1 addition & 1 deletion zeppelin-web-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Zeppelin notebooks front-end built with Angular.

### Prerequisites

- [Node.js](https://nodejs.org) version 10.9.0 or later or use [creationix/nvm](https://github.com/creationix/nvm).
- [Node.js](https://nodejs.org) v16 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.

Expand Down

0 comments on commit 52cf088

Please sign in to comment.