Skip to content

Commit

Permalink
ci(types): remove typescript@next for now, #484 will address that
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Feb 8, 2021
1 parent e07330e commit 05fce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
node: ['14.x']
ts: ['3.9', '4.0', '4.1', 'next']
ts: ['3.9', '4.0', '4.1']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 05fce95

Please sign in to comment.