Skip to content

Commit

Permalink
DHFPROD-6739: updated nodejs version for palamida report
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaker Yang authored and SameeraPriyathamTadikonda committed Feb 26, 2021
1 parent 8ae3599 commit 0bfb362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marklogic-data-hub-central/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ task generateSchemaPojos {

node {
// Version of node to use.
version = '12.18.3'
version = '14.15.4'

// // Version of npm to use.
npmVersion = '6.14.6'
npmVersion = '6.14.10'

download = true
distBaseUrl = "${nodeDistributionBaseUrl}"
Expand Down

0 comments on commit 0bfb362

Please sign in to comment.