diff --git a/.nvmrc b/.nvmrc index 054306af06..f20cfd9973 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -6.9.2 \ No newline at end of file +10.15.1 \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 6aa7dafeed..0a93dac4eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,8 +7,8 @@ var lockedDependencies = require('./lib/build/tasks/locked-dependencies.js'); var webpackTask = null; var EDITOR_ASSETS_VERSION = require('./config/editor_assets_version.json').version; -var REQUIRED_NODE_VERSIONS = ['10.x', '6.9.2']; -var REQUIRED_NPM_VERSIONS = ['6.x', '3.10.9']; +var REQUIRED_NODE_VERSIONS = ['10.x']; +var REQUIRED_NPM_VERSIONS = ['6.x']; var DEVELOPMENT = 'development'; diff --git a/NEWS.md b/NEWS.md index 127d5956b1..f2efe838f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,6 +28,7 @@ Development - Consider unlimited quotas when counting remaining maps ([#2163](https://github.com/CartoDB/support/issues/2163)) - Validate email only on change ([#15575](https://github.com/CartoDB/cartodb/pull/15575)) - Fix viewer user creation from UI ([#15580](https://github.com/CartoDB/cartodb/pull/15580)) +- Set node 10.15.1 as default and only for building assets, removing 6.9.2 ([#15530](https://github.com/CartoDB/cartodb/issues/15530)) 4.36.0 (2020-03-09) -------------------