Skip to content

Commit 5e5cfa3

Browse files
committed
chore: expand test suite
1 parent 3e7b625 commit 5e5cfa3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/node@5.1.0
4+
node: circleci/node@5
55
jobs:
66
test:
77
parameters:
@@ -35,8 +35,9 @@ workflows:
3535
matrix:
3636
parameters:
3737
version:
38-
- "20.2"
38+
- "20"
39+
- "22"
3940
- "lts"
4041
- deploy:
4142
requires:
42-
- test
43+
- test

0 commit comments

Comments
 (0)