зеркало из https://github.com/mozilla/treeherder.git
Update Node.js
This commit is contained in:
Родитель
b42d68ac3c
Коммит
0a5f430e92
|
@ -8,7 +8,7 @@ matrix:
|
||||||
- env: js-tests
|
- env: js-tests
|
||||||
language: node_js
|
language: node_js
|
||||||
# The Node version here must be kept in sync with that in `package.json`.
|
# The Node version here must be kept in sync with that in `package.json`.
|
||||||
node_js: '12.12.0'
|
node_js: '12.13.0'
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@ -25,7 +25,7 @@ matrix:
|
||||||
- env: test-prod-build
|
- env: test-prod-build
|
||||||
language: node_js
|
language: node_js
|
||||||
# The Node version here must be kept in sync with that in `package.json`.
|
# The Node version here must be kept in sync with that in `package.json`.
|
||||||
node_js: '12.12.0'
|
node_js: '12.13.0'
|
||||||
install:
|
install:
|
||||||
- yarn install --prod --frozen-lockfile
|
- yarn install --prod --frozen-lockfile
|
||||||
script:
|
script:
|
||||||
|
@ -53,7 +53,7 @@ matrix:
|
||||||
- env: python-tests-selenium
|
- env: python-tests-selenium
|
||||||
language: node_js
|
language: node_js
|
||||||
# The Node version here must be kept in sync with that in `package.json`.
|
# The Node version here must be kept in sync with that in `package.json`.
|
||||||
node_js: '12.12.0'
|
node_js: '12.13.0'
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
frontend:
|
frontend:
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
# https://hub.docker.com/_/node
|
# https://hub.docker.com/_/node
|
||||||
image: node:12.12.0-alpine
|
image: node:12.13.0-alpine
|
||||||
environment:
|
environment:
|
||||||
# Allows `.neutrinorc.js` to adjust filesystem watching and browser opening behaviour.
|
# Allows `.neutrinorc.js` to adjust filesystem watching and browser opening behaviour.
|
||||||
- IN_DOCKER=1
|
- IN_DOCKER=1
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12.12.0",
|
"node": "12.13.0",
|
||||||
"yarn": "1.19.1"
|
"yarn": "1.19.1"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче