Skip to content

Commit

Permalink
Bump TypeScript to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Dec 3, 2024
1 parent 1c3fc05 commit ad86a3d
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 565 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ 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', '5.6']

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"tsup": "^8.2.4",
"typescript": "^5.4.2",
"typescript": "^5.6.3",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit ad86a3d

Please sign in to comment.