Browse Source

SONAR-15333 Bump Gradle's NodeJs & Yarn versions

tags/9.1.0.47736
Philippe Perrin 2 years ago
parent
commit
0b56ea85f6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -550,8 +550,8 @@ subprojects {
apply plugin: 'com.github.node-gradle.node'

node {
version = '10.22.1'
yarnVersion = '1.22.0'
version = '14.17.5'
yarnVersion = '1.22.11'
download = true
}


Loading…
Cancel
Save