Skip to content

Commit cb704a2

Browse files
authored
Bump Node.js from version 14.15.2 to 14.15.3 (#86593)
1 parent c129f93 commit cb704a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
22
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
33

4-
ARG NODE_VERSION=14.15.2
4+
ARG NODE_VERSION=14.15.3
55

66
FROM node:${NODE_VERSION} AS base
77

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.15.2
1+
14.15.3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.15.2
1+
14.15.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"**/typescript": "4.1.2"
9494
},
9595
"engines": {
96-
"node": "14.15.2",
96+
"node": "14.15.3",
9797
"yarn": "^1.21.1"
9898
},
9999
"dependencies": {

0 commit comments

Comments
 (0)