From a1e0e4e492f43e349100121e73471e7c15fba174 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Mon, 9 Oct 2023 10:15:58 -0300 Subject: [PATCH] Remove support old TS versions 3.5, 3.6, 3.7 --- README.md | 1 + testing/consumer-test/run.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc09217c5..a5aed55dea 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/testing/consumer-test/run.ts b/testing/consumer-test/run.ts index 49dec91814..ffbbf83016 100644 --- a/testing/consumer-test/run.ts +++ b/testing/consumer-test/run.ts @@ -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), {