Bump Node.js from version 14.15.2 to 14.15.3 (#86593) (#86603)

This commit is contained in:
Thomas Watson 2020-12-20 18:07:22 +01:00 committed by GitHub
parent 15ab9c8257
commit 5db8193600
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.15.2
ARG NODE_VERSION=14.15.3
FROM node:${NODE_VERSION} AS base

View file

@ -1 +1 @@
14.15.2
14.15.3

2
.nvmrc
View file

@ -1 +1 @@
14.15.2
14.15.3

View file

@ -90,7 +90,7 @@
"**/typescript": "4.1.2"
},
"engines": {
"node": "14.15.2",
"node": "14.15.3",
"yarn": "^1.21.1"
},
"dependencies": {