From be44243fd64c18ac77c6dcd7c5cdd0c8e6e0b9dc Mon Sep 17 00:00:00 2001 From: Mehrshad Date: Tue, 30 Jan 2024 17:37:54 +0330 Subject: [PATCH] CI: print tsc version --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed8499da..634f7a53 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -136,6 +136,7 @@ jobs: npm --version npx commitlint --version yarn --version + npx tsc --version - name: Run tests to validate our plugins run: yarn jest