Skip to content

Commit

Permalink
Merge pull request #576 from lukeapage/add-ts-4-6
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 24, 2022
2 parents b8cbd19 + ae67c1f commit 4ca80af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
node: ['14.x']
ts: ['4.2', '4.3', '4.4', '4.5', 'next']
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', 'next']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 4ca80af

Please sign in to comment.