Skip to content

Commit

Permalink
Change TS tests to only be 4.7 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed May 8, 2023
1 parent 8de0539 commit 841f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -100,7 +100,7 @@ jobs:
fail-fast: false
matrix:
node: ['16.x']
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0']
ts: ['4.7', '4.8', '4.9', '5.0']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 841f581

Please sign in to comment.