Update ember.gradle

Updating to the latest current version of Node v8.11.2 LTS
This commit is contained in:
ziveo 2018-05-18 17:56:58 -04:00 committed by GitHub
parent 75019c1852
commit 8a075a9cae
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'