Skip to content

Commit 5847d0a

Browse files
aryaemami59markerikson
authored andcommitted
Add TypeScript 5.5 to TS versions to test against during CI
1 parent 4796b7f commit 5847d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
node: ['20.x']
165-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
165+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
166166
steps:
167167
- name: Checkout repo
168168
uses: actions/checkout@v4

0 commit comments

Comments
 (0)