Skip to content

Commit

Permalink
EPMRPP-80259 || Upgrade Node.js version to 20+
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim73i committed Feb 2, 2024
1 parent 108ea75 commit 3eb8bd1
Show file tree
Hide file tree
Showing 4 changed files with 5,780 additions and 4,467 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.7.0' : 'com.github.reportportal:commons-bom:5.7.0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.7.0' : 'com.github.reportportal:commons-bom:04b1a7d')
}
}

Expand All @@ -49,8 +49,8 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:plugin-api:b7cced3'
annotationProcessor 'com.github.reportportal:plugin-api:b7cced3'
implementation 'com.github.reportportal:plugin-api:0ccfed8'
annotationProcessor 'com.github.reportportal:plugin-api:0ccfed8'
}

// implementation group: 'org.glassfish', name: 'javax.el', version: '3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions ui.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node {
version = '14.21.3'
npmVersion = '6.14.17'
version = '20.11.0'
npmVersion = '10.2.4'
download = true
workDir = file("${project.buildDir}/ui")
nodeModulesDir = file("${project.rootDir}/ui")
Expand Down
Loading

0 comments on commit 3eb8bd1

Please sign in to comment.