mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
Update Node.js to version 10.22.0 (#75254)
This commit is contained in:
parent
2559d90551
commit
37f4f28040
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
|
||||
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
|
||||
|
||||
ARG NODE_VERSION=10.21.0
|
||||
ARG NODE_VERSION=10.22.0
|
||||
|
||||
FROM node:${NODE_VERSION} AS base
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
10.21.0
|
||||
10.22.0
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
10.21.0
|
||||
10.22.0
|
||||
|
|
|
@ -479,7 +479,7 @@
|
|||
"zlib": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.21.0",
|
||||
"node": "10.22.0",
|
||||
"yarn": "^1.21.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue