Skip to content

Commit

Permalink
Add TypeScript 5.4 to TS versions to test against during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 6, 2024
1 parent 64f1ff9 commit 70b9449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
node: ['18.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']

steps:
- name: Checkout repo
Expand Down

0 comments on commit 70b9449

Please sign in to comment.