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

The npm shrinkwrap was also updated since new nodejs versions come with
new npm, and the format for the shrinkwrap sometimes changes:
https://treeherder.readthedocs.io/common_tasks.html#updating-packages-in-package-json
This commit is contained in:
Ed Morley 2017-03-07 17:02:05 +00:00
Родитель e50a675502
Коммит 35ff05e23f
3 изменённых файлов: 507 добавлений и 1251 удалений

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

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

1754
npm-shrinkwrap.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

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