Skip to content

Commit e1901b6

Browse files
authored
[7.17] Upgrade Node.js to 20.19.4 (#228804) (#228807)
#228804
1 parent c815b5d commit e1901b6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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=20.19.2
4+
ARG NODE_VERSION=20.19.4
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-
20.19.2
1+
20.19.4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.2
1+
20.19.4

WORKSPACE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ check_rules_nodejs_version(minimum_version_string = "3.8.0")
2727
# we can update that rule.
2828
node_repositories(
2929
node_repositories = {
30-
"20.19.2-darwin_amd64": ("node-v20.19.2-darwin-x64.tar.gz", "node-v20.19.2-darwin-x64", "29f91e05992a7d81498ab1d04938a184313cb4aaccab95bb4636e30e6424eae3"),
31-
"20.19.2-darwin_arm64": ("node-v20.19.2-darwin-arm64.tar.gz", "node-v20.19.2-darwin-arm64", "5f96c725cd2be1151f08b25c05bf5a21866a2dc7db3803d351a6ea19fcc53665"),
32-
"20.19.2-linux_arm64": ("node-v20.19.2-linux-arm64.tar.xz", "node-v20.19.2-linux-arm64", "7886dc7e151d2dda49b0837bb93dca233a9d3b7f5005ebbcbff9bd1a5ba4981c"),
33-
"20.19.2-linux_amd64": ("node-v20.19.2-linux-x64.tar.xz", "node-v20.19.2-linux-x64", "3a3b6ccb3d687b60cc8a142e179d7a9cc6a04c7374ba0f782363a26176d6ea74"),
34-
"20.19.2-windows_amd64": ("node-v20.19.2-win-x64.zip", "node-v20.19.2-win-x64", "8735c9940b97548f6d9d4dda7cf5fd4471c062f15f44c2b890c9b0b430460feb"),
30+
"20.19.4-darwin_amd64": ("node-v20.19.4-darwin-x64.tar.gz", "node-v20.19.4-darwin-x64", "cc47ed094c1876b211a9091d09a78537c1cbbb0f8cf5a49c9fd79933ee8fd7fd"),
31+
"20.19.4-darwin_arm64": ("node-v20.19.4-darwin-arm64.tar.gz", "node-v20.19.4-darwin-arm64", "8b89801f527a85e3f7de539512c9dde08673ac99db6458cc7cc627e05d707054"),
32+
"20.19.4-linux_arm64": ("node-v20.19.4-linux-arm64.tar.xz", "node-v20.19.4-linux-arm64", "5dfd5c678caa8daeed651c646708e46e1a16f2d61782c47a7d3005fbcd53086a"),
33+
"20.19.4-linux_amd64": ("node-v20.19.4-linux-x64.tar.xz", "node-v20.19.4-linux-x64", "4501ffc7e85d1f0e0d62598d99a8843694d4a79bbeb2e4e886e67e5af099a1ac"),
34+
"20.19.4-windows_amd64": ("node-v20.19.4-win-x64.zip", "node-v20.19.4-win-x64", "1bf83e5958157d13673507349238236aec4f6efc95cf426cbe126a999a3e4c0b"),
3535
},
36-
node_version = "20.19.2",
36+
node_version = "20.19.4",
3737
node_urls = [
3838
"https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/dist/v{version}/{filename}",
3939
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"url": "https://github.com/elastic/kibana.git"
6767
},
6868
"engines": {
69-
"node": "20.19.2",
69+
"node": "20.19.4",
7070
"yarn": "^1.22.19"
7171
},
7272
"resolutions": {

0 commit comments

Comments
 (0)