Skip to content

Commit 70b9449

Browse files
committed
Add TypeScript 5.4 to TS versions to test against during CI
1 parent 64f1ff9 commit 70b9449

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
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
node: ['18.x']
54-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
54+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
5555

5656
steps:
5757
- name: Checkout repo

0 commit comments

Comments
 (0)