File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 node : circleci/node@5.0.2
88
99executors :
10+ node24 :
11+ docker :
12+ - image : cimg/node:24.0.0
13+ working_directory : ~/workspace
1014 node22 :
1115 docker :
1216 - image : cimg/node:22.0.0
@@ -64,6 +68,7 @@ workflows:
6468 matrix :
6569 parameters :
6670 executor :
71+ - node24
6772 - node22
6873 - node20
6974 - node18
Original file line number Diff line number Diff line change @@ -47,7 +47,11 @@ Jasmine is compatible with both ES modules and CommonJS modules. See the
4747
4848# # Node version compatibility
4949
50- Jasmine supports Node 18, 20, and 22.
50+ Jasmine supports Node 18* , 20, 22, and 24.
51+
52+ \* Environments that are past end of life are supported on a best-effort basis.
53+ They may be dropped in a future minor release of Jasmine if continued support
54+ becomes impractical.
5155
5256# # Support
5357
You can’t perform that action at this time.
0 commit comments