Bug 1343932 - Update nodejs used on Heroku/Travis from 7.7.1 to 7.7.2

Vagrant uses the latest 7.x.x release, which is now 7.7.2. To reduce
differences between environments whilst the Neutrino/webpack work is
stabilised, it makes sense to update Heroku/Travis again too.
This commit is contained in:
Ed Morley 2017-03-10 10:50:01 +00:00 коммит произвёл Ed Morley
Родитель e280bcd618
Коммит e1d9a10e71
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -36,7 +36,7 @@ matrix:
- env: ui-tests
sudo: false
language: node_js
node_js: "7.7.1"
node_js: "7.7.2"
cache:
# Note: This won't re-use the same cache as the linters job,
# since caches are tied to the language/version combination.

Просмотреть файл

@ -7,7 +7,7 @@
},
"license": "MPL-2.0",
"engines": {
"node": "7.7.1"
"node": "7.7.2"
},
"dependencies": {
"babel-preset-es2015": "6.18.0",