зеркало из https://github.com/mozilla/treeherder.git
Update Node.js to v16 (#7136)
* 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:
Родитель
7cb8d8abe7
Коммит
b70d3b3f2b
|
@ -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": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче