Skip to content

Commit

Permalink
[CHORE] Bump Docker to use Node v20.9.0 (#7379)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut authored Nov 21, 2023
1 parent 76749da commit 74cee6a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/pipelines/pipeline_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DOCKER_OPTIONS=(
--user="$(id -u):$(id -g)"
--volume="$(pwd):/app"
--workdir=/app
docker.elastic.co/eui/ci:5.6
docker.elastic.co/eui/ci:6.0
)

case $TEST_TYPE in
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"main": "lib",
"module": "es",
"types": "eui.d.ts",
"docker_image": "18.18.2",
"docker_image": "20.9.0",
"engines": {
"node": "16.x || 18.x || >=20.0"
"node": "16.x || 18.x || >=20.x"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/build_docs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

NODE_IMG="docker.elastic.co/eui/ci:5.6"
NODE_IMG="docker.elastic.co/eui/ci:6.0"

# Compile using node image
echo "Building docs using ${NODE_IMG} Docker image"
Expand Down
2 changes: 1 addition & 1 deletion 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:18.18.2-slim
FROM --platform=linux/amd64 node:20.9.0-slim

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

Expand Down
21 changes: 0 additions & 21 deletions scripts/test-a11y-docker.js

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/test-docker.js

This file was deleted.

0 comments on commit 74cee6a

Please sign in to comment.