Skip to content

Commit

Permalink
specify a newer version of node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
whboyd committed Apr 24, 2018
1 parent 1057506 commit 1603f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {

node {
download = true
version = "9.11.1"
npmVersion = "5.6.0"
}

//declare a build task
Expand Down

0 comments on commit 1603f84

Please sign in to comment.