Skip to content

Commit

Permalink
Merge branch 'main' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Apr 26, 2023
2 parents 0aeb009 + f00c76a commit 81462c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ orbs:
node: circleci/[email protected]

executors:
node20:
docker:
- image: cimg/node:20.0.0
working_directory: ~/workspace
node18:
docker:
- image: cimg/node:18.0.0
Expand Down Expand Up @@ -56,6 +60,7 @@ workflows:
matrix:
parameters:
executor:
- node20
- node18
- test_win
cron:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Jasmine is compatible with both ES modules and CommonJS modules. See the

## Node version compatibility

Jasmine supports Node 18.
Jasmine supports Node 18 and 20.

## Support

Expand Down

0 comments on commit 81462c5

Please sign in to comment.