Skip to content

Commit

Permalink
chore: typescript 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 27, 2024
1 parent fc14a42 commit c938982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
node: [20, 22]
os: [ubuntu-latest]
typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
include:
- node: 18
os: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
typescript: '5.0'
- node: 22
os: windows-latest
typescript: '5.5'
typescript: '5.6'
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-api-utils": "^1.0.3"
},
"peerDependencies": {
"typescript": ">=5.0.4 <5.6"
"typescript": ">=5.0.4 <5.7"
},
"devDependencies": {
"@types/globrex": "^0.1.2",
Expand Down

0 comments on commit c938982

Please sign in to comment.