* Update Node.js to v16

* update node version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sarah Clements <sclements313@gmail.com>
This commit is contained in:
renovate[bot] 2021-08-16 19:51:06 +01:00 коммит произвёл GitHub
Родитель 7cb8d8abe7
Коммит b70d3b3f2b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -52,7 +52,7 @@ services:
frontend: frontend:
container_name: frontend container_name: frontend
# https://hub.docker.com/_/node # https://hub.docker.com/_/node
image: node:14.16.1-alpine image: node:16.6.2-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

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

@ -1,5 +1,5 @@
## Frontend stage ## Frontend stage
FROM node:14.16.1 AS frontend FROM node:16.6.2 AS frontend
WORKDIR /app WORKDIR /app

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

@ -7,7 +7,7 @@
}, },
"license": "MPL-2.0", "license": "MPL-2.0",
"engines": { "engines": {
"node": "14.16.1", "node": "16",
"yarn": "1.22.5" "yarn": "1.22.5"
}, },
"dependencies": { "dependencies": {