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