Skip to content

Commit

Permalink
changed min ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Jan 4, 2021
1 parent e29c655 commit 654680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node: [ '14' ]
typescript: [ '3.8', '4.1' ]
typescript: [ '4.1', '4.1' ]
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 654680a

Please sign in to comment.