Skip to content

Commit

Permalink
add TS 5.5 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Jul 8, 2024
1 parent d0d0e43 commit 642a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
fail-fast: false
matrix:
node: ['20.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 642a756

Please sign in to comment.