diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-04-18 15:09:25 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-04-18 15:29:20 +0000 |
commit | 98954adaffece7e360a7f26f86fc921634181d27 (patch) | |
tree | a506dffbc981838a5a0de448430517d99a7bab65 /catalog-ui/pom.xml | |
parent | 91a59c759e1fb47479b335d725d4546b513348ac (diff) |
Update npm.registry
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3563
Change-Id: I30a115001bb55a40c63777c6137690659df9044f
Diffstat (limited to 'catalog-ui/pom.xml')
-rw-r--r-- | catalog-ui/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index 63bd50d8c6..6e85d65d2f 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -77,6 +77,7 @@ <artifactId>frontend-maven-plugin</artifactId> <configuration> <installDirectory>${project.basedir}</installDirectory> + <npmDownloadRoot>${npm.registry}</npmDownloadRoot> </configuration> <executions> @@ -87,8 +88,8 @@ </goals> <configuration> <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions --> - <nodeVersion>v10.17.0</nodeVersion> - <npmVersion>6.11.3</npmVersion> + <nodeVersion>v14.16.1</nodeVersion> + <npmVersion>6.14.12</npmVersion> </configuration> </execution> @@ -109,7 +110,7 @@ </goals> <!-- Optional configuration which provides for running any npm command --> <configuration> - <arguments>install --registry ${npm.registry}</arguments> + <arguments>install</arguments> </configuration> </execution> |