Skip to content

Commit

Permalink
Test against Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jun 19, 2024
1 parent 83e59be commit 22271c7
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:
node22:
docker:
- image: cimg/node:22.0.0
working_directory: ~/workspace
node20:
docker:
- image: cimg/node:20.0.0
Expand Down Expand Up @@ -60,6 +64,7 @@ workflows:
matrix:
parameters:
executor:
- node22
- node20
- node18
- test_win
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Jasmine is compatible with both ES modules and CommonJS modules. See the

## Node version compatibility

Jasmine supports Node 18 and 20.
Jasmine supports Node 18, 20, and 22.

## Support

Expand Down

0 comments on commit 22271c7

Please sign in to comment.