Skip to content

Commit 81462c5

Browse files
committed
Merge branch 'main' into 5.0
2 parents 0aeb009 + f00c76a commit 81462c5

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+
node20:
11+
docker:
12+
- image: cimg/node:20.0.0
13+
working_directory: ~/workspace
1014
node18:
1115
docker:
1216
- image: cimg/node:18.0.0
@@ -56,6 +60,7 @@ workflows:
5660
matrix:
5761
parameters:
5862
executor:
63+
- node20
5964
- node18
6065
- test_win
6166
cron:

README.md

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

5151
## Node version compatibility
5252

53-
Jasmine supports Node 18.
53+
Jasmine supports Node 18 and 20.
5454

5555
## Support
5656

0 commit comments

Comments
 (0)