Skip to content

Commit 22271c7

Browse files
committed
Test against Node 22
1 parent 83e59be commit 22271c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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+
node22:
11+
docker:
12+
- image: cimg/node:22.0.0
13+
working_directory: ~/workspace
1014
node20:
1115
docker:
1216
- image: cimg/node:20.0.0
@@ -60,6 +64,7 @@ workflows:
6064
matrix:
6165
parameters:
6266
executor:
67+
- node22
6368
- node20
6469
- node18
6570
- test_win

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 and 20.
50+
Jasmine supports Node 18, 20, and 22.
5151

5252
## Support
5353

0 commit comments

Comments
 (0)