Merge pull request #1171 from ziveo/patch-4

Update ember.gradle
This commit is contained in:
Seyi Adebajo 2018-05-18 15:18:48 -07:00 committed by GitHub
commit 62b67f2294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ apply plugin: "com.moowork.node"
node {
// Version of node to use.
version = '8.9.4'
version = '8.11.2'
// Base URL for fetching node distributions (change if you have a mirror).
distBaseUrl = 'https://nodejs.org/dist'