Skip to content

Commit

Permalink
add typescript versions to ci-cd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAribart committed Mar 10, 2024
1 parent 33fefaa commit e1a6df7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ jobs:
matrix:
node: [16, 18]
typescript:
["default", "~4.6.4", "~4.7.4", "~4.8.3", "~4.9.5", "~5.0.4"]
[
"default",
"~4.6.4",
"~4.7.4",
"~4.8.3",
"~4.9.5",
"~5.0.4",
"~5.1.6",
"~5.2.2",
"~5.3.3",
"~5.4.2",
]
name: Node ${{ matrix.node }} / TS ${{ matrix.typescript }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1a6df7

Please sign in to comment.