This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit dc4a2149b19bf21212d2a52c5b52f92764585b1f Author: Dan Klco <[email protected]> AuthorDate: Thu Jul 9 23:33:45 2020 -0400 Minor - updating node / npm version --- ui/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/pom.xml b/ui/pom.xml index 8a8cf76..7528995 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -96,8 +96,8 @@ License. --> <goal>install-node-and-npm</goal> </goals> <configuration> - <nodeVersion>v11.14.0</nodeVersion> - <npmVersion>6.9.0</npmVersion> + <nodeVersion>v14.2.0</nodeVersion> + <npmVersion>6.14.5</npmVersion> </configuration> </execution> <execution> @@ -143,6 +143,7 @@ License. --> <goals> <goal>install-node-and-npm</goal> <goal>npm</goal> + <goal>npm rebuild node-sass</goal> <goal>gulp</goal> </goals> </pluginExecutionFilter>
