зеркало из https://github.com/mozilla/treeherder.git
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:
Родитель
e50a675502
Коммит
35ff05e23f
|
@ -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.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "MPL-2.0",
|
||||
"engines": {
|
||||
"node": "6.2.0"
|
||||
"node": "7.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-preset-es2015": "6.18.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче