From 6166203ccc3a66702b7859cbb0cd145ff5db7ac3 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 6 May 2024 06:41:39 +0100 Subject: [PATCH] Log tsc version --- .github/workflows/lint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 2747f26..bb54dd2 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -54,7 +54,7 @@ jobs: with: node-version: '18.x' - - run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc + - run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc - uses: stefanzweifel/git-auto-commit-action@v5 with: