Skip to content

Commit

Permalink
Remove support old TS versions 3.5, 3.6, 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Oct 9, 2023
1 parent 0caabda commit a1e0e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ If you want to debug an issue, would like to [contribute](#Contributing-and-our-
- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/en/)
- [Yarn 1.x](https://classic.yarnpkg.com/)
- [TypeScript](https://www.typescriptlang.org/) version >= 3.8
- Your favorite code-editor for example [VS Code](https://code.visualstudio.com/)

### Clone
Expand Down
2 changes: 1 addition & 1 deletion testing/consumer-test/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { promisify } from 'util';

const execp = promisify(exec);

const versions = ['3.5', '3.6', '3.7', '3.8', '3.9', '4.0', '4.1', '4.2', '4.3'];
const versions = ['3.8', '3.9', '4.0', '4.1', '4.2', '4.3'];

(async () => {
const flags = minimist(process.argv.slice(2), {
Expand Down

0 comments on commit a1e0e4e

Please sign in to comment.