Skip to content

Commit

Permalink
Added latest stable Node and TypeScript versions to test matrix for u…
Browse files Browse the repository at this point in the history
…p-to-date testing. (#3278)

* #3276: Add Node LTS(20) to test matrix

* #3277: Add TypeScript 5.3 to test matrix
  • Loading branch information
m10rten committed Mar 13, 2024
1 parent e5e8619 commit 7fa37bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"]
node: ["18", "20"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0", "5.3"]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7fa37bb

Please sign in to comment.