Skip to content

Commit

Permalink
SHIBUI: updated node/npm version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 7, 2019
1 parent 1eb436e commit d6582b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'base'
id 'com.moowork.node' version '1.2.0'
id 'com.moowork.node' version '1.3.1'
}

node {
version = '8.9.1'
npmVersion = '5.5.1'
version = '12.2.0'
npmVersion = '6.1.0'
download = true
}

Expand Down

0 comments on commit d6582b0

Please sign in to comment.