Skip to content

Commit

Permalink
ci: fix ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jul 23, 2024
1 parent 6b55c8d commit 437468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
node: [22]
# Top 5 from https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
# We cannot test 4.9 because it's error throwing is slightly different from v5.
typescript: ["5.2", "5.3", "5.4", "4.5"]
typescript: ["5.2", "5.3", "5.4", "5.5"]

steps:
- name: Set up Node
Expand Down

0 comments on commit 437468e

Please sign in to comment.