This commit is contained in:
Renovate Bot 2019-10-31 14:47:11 +00:00 коммит произвёл Armen Zambrano
Родитель b42d68ac3c
Коммит 0a5f430e92
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -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": {