Skip to content

Commit

Permalink
Update Node.js to version 10.22.0 (#75254)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Aug 19, 2020
1 parent 2559d90 commit 37f4f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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=10.21.0
ARG NODE_VERSION=10.22.0

FROM node:${NODE_VERSION} AS base

Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
10.21.0
10.22.0
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
10.21.0
10.22.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -479,7 +479,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.21.0",
"node": "10.22.0",
"yarn": "^1.21.1"
}
}

0 comments on commit 37f4f28

Please sign in to comment.