Skip to content

Commit 642a756

Browse files
committed
add TS 5.5 to test matrix
1 parent d0d0e43 commit 642a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
node: ['20.x']
106-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
106+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
107107
steps:
108108
- name: Checkout repo
109109
uses: actions/checkout@v4

0 commit comments

Comments
 (0)