Skip to content

Commit 6f3900d

Browse files
committed
Add TypeScript 5.4 to TS versions to test against during CI
1 parent 4749ea9 commit 6f3900d

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
@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: false
106106
matrix:
107107
node: ['20.x']
108-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
108+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
109109
steps:
110110
- name: Checkout repo
111111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)