Skip to content

Commit

Permalink
Upgrade Node version to v20.15.1 (#7917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll authored Jul 26, 2024
1 parent 299d0a4 commit e805f9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/lifecycle/pre_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export GCE_ACCOUNT
GITHUB_TOKEN=$(retry 5 vault read -field=github_token $GITHUB_ACCOUNT)
export GITHUB_TOKEN

DOCKER_BASE_IMAGE=docker.elastic.co/eui/ci:6.5
DOCKER_BASE_IMAGE=docker.elastic.co/eui/ci:6.6
export DOCKER_BASE_IMAGE

GCE_IMAGE=google/cloud-sdk:slim
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.15.1
2 changes: 1 addition & 1 deletion packages/eui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib",
"module": "es",
"types": "eui.d.ts",
"docker_image": "20.13.1",
"docker_image": "20.15.1",
"engines": {
"node": "16.x || 18.x || >=20.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eui/scripts/docker-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zenato/docker-puppeteer/blob/master/Dockerfile

# >=12.0 required (for cypress). v18 is LTS.
FROM --platform=linux/amd64 node:20.13.1-slim
FROM --platform=linux/amd64 node:20.15.1-slim

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit e805f9a

Please sign in to comment.