Skip to content

Commit

Permalink
ci: add node version 22
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-han committed Dec 12, 2024
1 parent fde6944 commit 9c16cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ workflows:
- unit_test:
matrix:
parameters:
node_version: ["18.18", "20.12"]
node_version: ["18.18", "20.12", "22.12"]
requires:
- build
- type_check:
Expand All @@ -137,6 +137,6 @@ workflows:
- integration_test:
matrix:
parameters:
node_version: ["18.18", "20.12"]
node_version: ["18.18", "20.12", "22.12"]
requires:
- build

0 comments on commit 9c16cdf

Please sign in to comment.