Skip to content

Commit

Permalink
Upgrade node to latest LTS 12.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drumonii committed Nov 11, 2019
1 parent 5126b4f commit 2c230a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

node {
version = '12.3.1'
version = '12.13.0'
download = true
workDir = file("${project.projectDir}/node")
nodeModulesDir = file("${project.projectDir}")
Expand Down

0 comments on commit 2c230a4

Please sign in to comment.