Skip to content

Commit 4c02c53

Browse files
committed
Add TypeScript 5.5 to TS versions to test against during CI
1 parent 10b428c commit 4c02c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
node: ['20.x']
93-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
93+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
9494

9595
steps:
9696
- name: Checkout repo

0 commit comments

Comments
 (0)