Skip to content

Commit c9138b7

Browse files
committed
Add node 23 to the test matrix.
1 parent 6186682 commit c9138b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest]
48-
node_version: [22]
48+
node_version: [22, 23]
4949
fail-fast: false
5050
needs: [build]
5151
steps:

0 commit comments

Comments
 (0)