Skip to content

Commit

Permalink
ci: support typescript 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Mar 8, 2024
1 parent b9f37e5 commit 059d874
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
ts-version: [5.0.x, 5.1.x, 5.2.x, 5.3.x]
ts-version: [5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x]
react-version: [18.x]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"sleep-promise": "^9.1.0",
"ts-expect": "^1.3.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}
39 changes: 21 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 059d874

Please sign in to comment.