Skip to content

Commit 617fd11

Browse files
committed
Added Node 18 to CI matrix
1 parent 587bbf3 commit 617fd11

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
version: 2.1
44

55
executors:
6+
node18:
7+
docker:
8+
- image: cimg/node:18.0.0 # Latest 18.x
9+
working_directory: ~/workspace
610
node16:
711
docker:
8-
- image: cimg/node:16.14.0 # Latest 16.x
12+
- image: cimg/node:16.14.2 # Latest 16.x
913
working_directory: ~/workspace
1014
node14_latest:
1115
docker:
@@ -57,6 +61,7 @@ workflows:
5761
matrix:
5862
parameters:
5963
executor:
64+
- node18
6065
- node16
6166
- node14_latest
6267
- node14_8 # first with top level await in ES modules.

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 12.x where x >=17, Node 14, and Node 16.
53+
Jasmine supports Node 18, 16, 14, and 12.17-12.22.
5454

5555
## Support
5656

0 commit comments

Comments
 (0)