Skip to content

Commit d53a928

Browse files
committed
Add TypeScript 5.4 to TS versions to test against during CI
1 parent b3dc9a9 commit d53a928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
node: ['18.x']
60-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
60+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
6161

6262
steps:
6363
- name: Checkout repo

0 commit comments

Comments
 (0)