Skip to content

Commit 4937540

Browse files
committed
Test against Node 24
1 parent b5febd8 commit 4937540

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ orbs:
77
node: circleci/[email protected]
88

99
executors:
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

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)