Skip to content

Commit

Permalink
#3276: Add Node LTS(20) to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
m10rten committed Feb 27, 2024
1 parent e5e8619 commit b6710a0
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18"]
node: ["18", "20"]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0"]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
Expand Down

0 comments on commit b6710a0

Please sign in to comment.