This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 70411b9 SUBMARINE-788. Upgrade npm and node version
70411b9 is described below
commit 70411b9f9ff88891b415e317f77b15522f7e093a
Author: KUAN-HSUN-LI <[email protected]>
AuthorDate: Sat Apr 10 10:34:11 2021 +0800
SUBMARINE-788. Upgrade npm and node version
### What is this PR for?
The current npm version is outdated. It breaks in Ubuntu 20.04.
Upgrade both npm and node version.
### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-788
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: KUAN-HSUN-LI <[email protected]>
Signed-off-by: Liu Xun <[email protected]>
Closes #554 from KUAN-HSUN-LI/SUBMARINE-788 and squashes the following
commits:
9e37416 [KUAN-HSUN-LI] SUBMARINE-788. Upgrade npm and node version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 375d0b3..1906f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,9 +87,9 @@
<!-- frontend maven plugin related versions-->
<plugin.frontend.version>1.6</plugin.frontend.version>
- <node.version>v10.12.0</node.version>
+ <node.version>v14.16.0</node.version>
<yarn.version>v1.10.1</yarn.version>
- <npm.version>6.4.1</npm.version>
+ <npm.version>6.14.11</npm.version>
<io.swagger.version>2.1.2</io.swagger.version>
<hadoop.common.build.dir>${basedir}/../hadoop-common-project/hadoop-common/target</hadoop.common.build.dir>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]