Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(tooling): add typescript 5 to ci
  • Loading branch information
joshuaellis committed Apr 10, 2023
commit 906c2cf4866032f11b1cdb9b007886e4f00acccc
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
node: ['18.x']
ts: ['4.5', '4.6', '4.7', '4.8', '4.9']
ts: ['4.5', '4.6', '4.7', '4.8', '4.9', '5.0']

steps:
- name: Checkout repo
Expand Down