зеркало из https://github.com/mozilla/treeherder.git
Bug 1408748 - Update node from 8.6.0 to 8.7.0 (#2837)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.7.0
This commit is contained in:
Родитель
c2f5440ec9
Коммит
4269267131
|
@ -54,7 +54,7 @@ matrix:
|
||||||
# Job 3: Nodejs UI tests
|
# Job 3: Nodejs UI tests
|
||||||
- env: ui-tests
|
- env: ui-tests
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: "8.6.0"
|
node_js: "8.7.0"
|
||||||
cache:
|
cache:
|
||||||
# Note: This won't re-use the same cache as the linters job,
|
# Note: This won't re-use the same cache as the linters job,
|
||||||
# since caches are tied to the language/version combination.
|
# since caches are tied to the language/version combination.
|
||||||
|
@ -210,7 +210,7 @@ matrix:
|
||||||
- if [[ ! -f ~/venv/bin/activate ]]; then virtualenv -p python ~/venv; fi
|
- if [[ ! -f ~/venv/bin/activate ]]; then virtualenv -p python ~/venv; fi
|
||||||
- source ~/venv/bin/activate
|
- source ~/venv/bin/activate
|
||||||
- curl -sSfL https://github.com/mozilla/geckodriver/releases/download/v0.19.0/geckodriver-v0.19.0-linux64.tar.gz | tar -zxC $HOME/bin
|
- curl -sSfL https://github.com/mozilla/geckodriver/releases/download/v0.19.0/geckodriver-v0.19.0-linux64.tar.gz | tar -zxC $HOME/bin
|
||||||
- nvm install 8.6.0
|
- nvm install 8.7.0
|
||||||
install:
|
install:
|
||||||
- pip install --disable-pip-version-check --require-hashes -r requirements/common.txt -r requirements/dev.txt
|
- pip install --disable-pip-version-check --require-hashes -r requirements/common.txt -r requirements/dev.txt
|
||||||
- yarn install --frozen-lockfile --no-bin-links
|
- yarn install --frozen-lockfile --no-bin-links
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.6.0"
|
"node": "8.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^5.2.2",
|
"ajv": "^5.2.2",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче