From 6891789ed2106eb33b940916d766fdd1703c24c2 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 14 Jun 2025 10:22:03 -0700 Subject: [PATCH] Don't test on Node versions before 18.20.5 18.20.5 is the oldest version supported by current selenium-webdriver. Also, many dev dependencies require at least 18.18.0. --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3685e5bc..fe0b2b31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ executors: working_directory: ~/workspace node18: docker: - - image: cimg/node:18.0.0 + - image: cimg/node:18.20.5 working_directory: ~/workspace jobs: diff --git a/README.md b/README.md index f654a744..00227c5a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Microsoft Edge) as well as Node. | Environment | Supported versions | |-------------------|----------------------------| -| Node | 18, 20, 22, 24 | +| Node | 18.20.5+*, 20, 22, 24 | | Safari | 15*, 16*, 17* | | Chrome | Evergreen | | Firefox | Evergreen, 102*, 115*, 128 |