Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Node.js from version 14.15.2 to 14.15.3 #86593

Merged
merged 1 commit into from Dec 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/Dockerfile
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
14.15.2
14.15.3
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14.15.2
14.15.3
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"**/typescript": "4.1.2"
},
"engines": {
"node": "14.15.2",
"node": "14.15.3",
"yarn": "^1.21.1"
},
"dependencies": {
Expand Down