Skip to content

Commit

Permalink
ci: add typescript 4.9 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Nov 16, 2022
1 parent 0e68479 commit 17a349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
ts-version: [4.5.x, 4.6.x, 4.7.x, 4.8.x]
ts-version: [4.5.x, 4.6.x, 4.7.x, 4.8.x, 4.9.x]
react-version: ['16.14.0', 16.x, 17.x, 18.x]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 17a349b

Please sign in to comment.