Bump Node.js from version 14.16.0 to 14.16.1 (#96382) (#96557)

# Conflicts:
#	WORKSPACE.bazel
This commit is contained in:
Thomas Watson 2021-04-08 17:08:54 +02:00 committed by GitHub
parent 2fd7bf483a
commit 7c0fe1c194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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=14.16.0
ARG NODE_VERSION=14.16.1
FROM node:${NODE_VERSION} AS base

View file

@ -1 +1 @@
14.16.0
14.16.1

2
.nvmrc
View file

@ -1 +1 @@
14.16.0
14.16.1

View file

@ -87,7 +87,7 @@
"**/typescript": "4.1.3"
},
"engines": {
"node": "14.16.0",
"node": "14.16.1",
"yarn": "^1.21.1"
},
"dependencies": {