Skip to content

Commit 48263e0

Browse files
committed
Don't test on Node versions before 18.20.5
18.20.5 is the oldest version supported by jasmine-core, because it's the oldest version supported by current selenium-webdriver. Also, many dev dependencies require at least 18.18.0.
1 parent 4238c1e commit 48263e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executors:
2121
working_directory: ~/workspace
2222
node18:
2323
docker:
24-
- image: cimg/node:18.0.0
24+
- image: cimg/node:18.20.5
2525
working_directory: ~/workspace
2626

2727
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Jasmine is compatible with both ES modules and CommonJS modules. See the
4747

4848
## Node version compatibility
4949

50-
Jasmine supports Node 18*, 20, 22, and 24.
50+
Jasmine supports Node 18.20.5+*, 20, 22, and 24.
5151

5252
\* Environments that are past end of life are supported on a best-effort basis.
5353
They may be dropped in a future minor release of Jasmine if continued support

0 commit comments

Comments
 (0)