Skip to content

Commit

Permalink
Bump Node.js from 12.19.0 to 12.19.1 (#83452)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Nov 17, 2020
1 parent c043eaf commit 9caaa0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -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=12.19.0
ARG NODE_VERSION=12.19.1

FROM node:${NODE_VERSION} AS base

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.19.0
12.19.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.19.0
12.19.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"**/typescript": "4.0.2"
},
"engines": {
"node": "12.19.0",
"node": "12.19.1",
"yarn": "^1.21.1"
},
"dependencies": {
Expand Down

0 comments on commit 9caaa0c

Please sign in to comment.