Download node as part of gradle yarn setup

This commit is contained in:
Aurora Lahtela 2022-04-15 11:07:32 +03:00 committed by GitHub
parent e6b7eff9c6
commit 71927903aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ task updateVersion(type: Copy) {
}
node {
download = true
version = "16.14.2"
nodeProjectDir = file("$rootDir/react/dashboard")
}