From f62d3645d4fb17cb03e34eb997fdd711a8043876 Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Tue, 10 Feb 2026 18:47:04 -0500 Subject: [PATCH] Update README to reflect Node.js 22 and 24 directories Updates the README to reference the current directory structure after replacing Node.js 20 with Node.js 24. Changes: - Updated directory list from (20 and 22) to (22 and 24) This keeps the documentation in sync with the actual project structure. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782e857..fd6c3d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ bundle exec rake The above will run Serverspec and using the docker-api gem it will -- Build a Docker image from the Docker file found in the top level directories (20 and 22) +- Build a Docker image from the Docker file found in the top level directories (22 and 24) - Create a container of that image, - Run the tests found in `spec/` on the container - Delete the images and containers if the test was successful